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
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

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