enable max-nondb plugins for mysql 5.1.41
svn path=/nixpkgs/trunk/; revision=19019
This commit is contained in:
parent
76038fbbf2
commit
377b034541
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ps ncurses zlib perl openssl];
|
||||
|
||||
configureFlags = "--enable-thread-safe-client --with-ssl=${openssl} --with-embedded-server" +
|
||||
configureFlags = "--enable-thread-safe-client --with-ssl=${openssl} --with-embedded-server --with-plugins=max-no-ndb" +
|
||||
(if stdenv.system == "x86_64-linux" then " --with-lib-ccflags=-fPIC" else "");
|
||||
|
||||
NIX_CFLAGS_COMPILE = if stdenv.system == "x86_64-linux" then "-fPIC" else "";
|
||||
|
Loading…
Reference in New Issue
Block a user