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