3
0
Fork 0
forked from mirrors/nixpkgs

Added embedded server option which is required by applications such as amarok

svn path=/nixpkgs/trunk/; revision=14923
This commit is contained in:
Sander van der Burg 2009-04-08 09:41:18 +00:00
parent 686147d0f6
commit 5ebbf90878

View file

@ -1,4 +1,4 @@
args: with args;
{stdenv, fetchurl, ps, ncurses, zlib, perl, openssl}:
# Note: zlib is not required; MySQL can use an internal zlib.
@ -12,7 +12,7 @@ stdenv.mkDerivation {
buildInputs = [ps ncurses zlib perl openssl];
configureFlags = "--enable-thread-safe-client --disable-static --with-openssl=${openssl} --with-berkeley-db";
configureFlags = "--enable-thread-safe-client --disable-static --with-openssl=${openssl} --with-berkeley-db --with-embedded-server";
postInstall =
''