libzen: Add --enable-shared to configureFlags.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
@@ -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/";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user