]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-fix-bug671764.patch
bda76b2347989331ba0820f456542257d000a745
[packages/mysql.git] / mysql-fix-bug671764.patch
1 # name       : fix-bug671764.patch
2 # introduced : 12
3 # maintainer : Alexander
4 #
5 #!!! notice !!!
6 # Any small change to this file in the main branch
7 # should be done or reviewed by the maintainer!
8 --- a/configure.in
9 +++ b/configure.in
10 @@ -2772,7 +2772,7 @@
11      MAN_DROP="$MAN_DROP embedded"
12      grep -v 'embedded' $MANLISTFIL > $TMPLISTFIL ; mv -f $TMPLISTFIL $MANLISTFIL
13    fi
14 -  if test X"$with_plugin_innobase" != Xyes
15 +  if test X"$with_plugin_innodb_plugin" != Xyes
16    then
17      MAN_DROP="$MAN_DROP innodb"
18      grep -v 'inno' $MANLISTFIL > $TMPLISTFIL ; mv -f $TMPLISTFIL $MANLISTFIL
19 @@ -2851,7 +2851,7 @@
20  fi
21  
22  # "innochecksum" is not in the "innobase/" subdirectory, but should be switched
23 -AM_CONDITIONAL([BUILD_INNODB_TOOLS], [test X"$with_plugin_innobase" = Xyes])
24 +AM_CONDITIONAL([BUILD_INNODB_TOOLS], [test X"$with_plugin_innodb_plugin" = Xyes])
25  
26  # IMPORTANT - do not modify LIBS past this line - this hack is the only way
27  # I know to add the static NSS magic if we have static NSS libraries with
This page took 0.021333 seconds and 2 git commands to generate.