* Disable curl support in PHP - it breaks for some reason.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15263
This commit is contained in:
parent
564d96042a
commit
686ed295da
@ -112,7 +112,7 @@ composableDerivation {} ( fixed : {
|
||||
apxs2Support = true;
|
||||
bcmathSupport = true;
|
||||
socketsSupport = true;
|
||||
curlSupport = true;
|
||||
curlSupport = false;
|
||||
gettextSupport = true;
|
||||
postgresqlSupport = true;
|
||||
zlibSupport = true;
|
||||
|
Loading…
Reference in New Issue
Block a user