libzen: Add --enable-shared to configureFlags.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2014-12-19 00:11:55 +01:00
parent 162c9a5455
commit b16cb9dda9

View File

@@ -10,6 +10,7 @@ stdenv.mkDerivation {
};
buildInputs = [ automake autoconf libtool pkgconfig ];
configureFlags = [ "--enable-shared" ];
sourceRoot = "./ZenLib/Project/GNU/Library/";