ports/databases/mysql50-server/files/patch-configure
Alex Dupre 1f25a7505e Update to 5.0.26 release and fix two security vulnerabilities
(CVE-2006-4226 and CVE-2006-4227).

Approved by:	portmgr (erwin)
2006-10-22 10:32:30 +00:00

22 lines
531 B
Text

--- configure.orig Thu Jul 27 20:53:44 2006
+++ configure Thu Aug 10 10:16:48 2006
@@ -20093,8 +20093,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
@@ -25651,8 +25649,8 @@
# Some system specific hacks
#
-MAX_C_OPTIMIZE="-O3"
-MAX_CXX_OPTIMIZE="-O3"
+MAX_C_OPTIMIZE=""
+MAX_CXX_OPTIMIZE=""
ndb_cxxflags_fix=
case $SYSTEM_TYPE-$MACHINE_TYPE-$ac_cv_c_compiler_gnu in