mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
PHP enable SOAP and openssl support
svn path=/nixpkgs/trunk/; revision=15953
This commit is contained in:
parent
143787ad74
commit
959342d209
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user