diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-11-07 16:37:59 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-11-07 16:37:59 +0000 |
commit | 1434656ad4032f853d7110b9519a146853643e02 (patch) | |
tree | 0976f6abe0e9d90c0e957dcef342a4327ab3a6ee /databases/mysql54-server/files/patch-configure | |
parent | Fix build issues on pointyhat by adding a patch to replace multiline RE with (diff) |
Update to 5.1.12 release.
Notes
Notes:
svn path=/head/; revision=176720
Diffstat (limited to 'databases/mysql54-server/files/patch-configure')
-rw-r--r-- | databases/mysql54-server/files/patch-configure | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/databases/mysql54-server/files/patch-configure b/databases/mysql54-server/files/patch-configure index fbbdc8efd9d1..681fa38d1099 100644 --- a/databases/mysql54-server/files/patch-configure +++ b/databases/mysql54-server/files/patch-configure @@ -1,15 +1,15 @@ ---- configure.orig Sun Dec 21 19:03:09 2003 -+++ configure Wed Dec 24 10:40:53 2003 -@@ -8128,8 +8128,6 @@ +--- configure.orig Thu Oct 26 14:03:58 2006 ++++ configure Tue Nov 7 17:13:30 2006 +@@ -20360,8 +20360,6 @@ # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"; $ac_aux_dir/ltconfig $LIBTOOL_DEPS; - + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + -# Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' - + # Prevent multiple expansion - -@@ -12678,8 +12644,8 @@ + +@@ -26478,8 +26476,8 @@ # Some system specific hacks # @@ -20,3 +20,12 @@ case $SYSTEM_TYPE in *solaris2.7*) +@@ -46147,7 +46145,7 @@ + + MAKE_BINARY_DISTRIBUTION_OPTIONS="$MAKE_BINARY_DISTRIBUTION_OPTIONS --with-ndbcluster" + +- CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)" ++ # CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)" + if test "$have_ndb_debug" = "default" + then + have_ndb_debug=$with_debug |