python: --with-wctype-functions
svn path=/nixpkgs/branches/stdenv-updates/; revision=10519
This commit is contained in:
parent
503d0bfc65
commit
4086ba92fa
@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||
C_INCLUDE_PATH = concatStringsSep ":" (map (p: "${p}/include") buildInputs);
|
||||
LIBRARY_PATH = concatStringsSep ":" (map (p: "${p}/lib") buildInputs);
|
||||
|
||||
configureFlags = "--enable-shared";
|
||||
configureFlags = "--enable-shared --with-wctype-functions";
|
||||
|
||||
preConfigure = "
|
||||
# Purity.
|
||||
|
Loading…
x
Reference in New Issue
Block a user