PHP enable SOAP and openssl support

svn path=/nixpkgs/trunk/; revision=15953
This commit is contained in:
Marc Weber 2009-06-14 01:30:04 +00:00
parent 143787ad74
commit 959342d209

View File

@ -78,6 +78,10 @@ composableDerivation {} ( fixed : {
buildInputs = [gd];
};
soap = {
configureFlags = ["--enable-soap"];
};
sockets = {
configureFlags = ["--enable-sockets"];
};
@ -121,8 +125,9 @@ composableDerivation {} ( fixed : {
gettextSupport = true;
postgresqlSupport = true;
sqliteSupport = true;
soapSupport = true;
zlibSupport = true;
opnesslSupport = true;
opensslSupport = true;
xdebugSupport = true;
mbstringSupport = true;
gdSupport = true;