libzen: Add --enable-shared to configureFlags.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
162c9a5455
commit
b16cb9dda9
@ -10,6 +10,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
buildInputs = [ automake autoconf libtool pkgconfig ];
|
||||
configureFlags = [ "--enable-shared" ];
|
||||
|
||||
sourceRoot = "./ZenLib/Project/GNU/Library/";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user