summaryrefslogtreecommitdiff
path: root/databases/mysql60-server/files/patch-configure
blob: c20f77831590a943724513026412398169a37dc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--- configure.orig	2009-01-02 16:59:54.000000000 +0100
+++ configure	2009-01-18 10:14:57.000000000 +0100
@@ -21832,8 +21832,6 @@
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
 # Prevent multiple expansion
 
@@ -27046,13 +27044,14 @@
         { $as_echo "$as_me:$LINENO: result: using bundled zlib" >&5
 $as_echo "using bundled zlib" >&6; }
         ;;
-      "")
+      *)
         ZLIB_INCLUDES=""
         ZLIB_LIBS="-lz"
 
 save_CPPFLAGS="$CPPFLAGS"
 save_LIBS="$LIBS"
 CPPFLAGS="$ZLIB_INCLUDES $CPPFLAGS"
+LIBS="$ZLIB_LIBS $LIBS"
 if test X"$with_server" = Xno
 then
   zlibsym=zlibVersion
@@ -29214,8 +29213,8 @@
 # Some system specific hacks
 #
 
-MAX_C_OPTIMIZE="-O3"
-MAX_CXX_OPTIMIZE="-O3"
+MAX_C_OPTIMIZE=""
+MAX_CXX_OPTIMIZE=""
 
 case $SYSTEM_TYPE in
   *solaris2.7*)