php: enabling mbstring support by default

svn path=/nixpkgs/trunk/; revision=13704
This commit is contained in:
Marc Weber 2009-01-04 20:18:20 +00:00
parent 7cd7c4cffb
commit 692d493f4e

View File

@ -83,6 +83,10 @@ composableDerivation {
buildInputs = ["openssl"];
};
mbstring = {
configureFlags = ["--enable-mbstring"];
};
/*
Building xdebug withing php to be able to add the parameters to the ini file.. Ther should be a better way
meta = {
@ -115,6 +119,7 @@ composableDerivation {
zlibSupport = true;
opnesslSupport = true;
xdebugSupport = true;
mbstringSupport = true;
};
configurePhase = ''