]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-NDB_CXXFLAGS.patch
- oops, it's 3.7-4 not 3.7.4
[packages/mysql.git] / mysql-NDB_CXXFLAGS.patch
1 --- mysql-5.1.12-beta/config/ac-macros/ha_ndbcluster.m4~        2006-10-26 15:01:57.000000000 +0300
2 +++ mysql-5.1.12-beta/config/ac-macros/ha_ndbcluster.m4 2006-11-03 13:40:07.479721306 +0200
3 @@ -197,7 +197,7 @@
4  
5    MAKE_BINARY_DISTRIBUTION_OPTIONS="$MAKE_BINARY_DISTRIBUTION_OPTIONS --with-ndbcluster"
6  
7 -  CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)"
8 +  CXXFLAGS="$CXXFLAGS $NDB_CXXFLAGS"
9    if test "$have_ndb_debug" = "default"
10    then
11      have_ndb_debug=$with_debug
This page took 0.032089 seconds and 3 git commands to generate.