libzen: Add --enable-shared to configureFlags.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
wip/yesman
aszlig 10 years ago
parent 162c9a5455
commit b16cb9dda9
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961
  1. 1
      pkgs/development/libraries/libzen/default.nix

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

Loading…
Cancel
Save