* php_unstable: caused nix-env to barf on FreeBSD.
svn path=/nixpkgs/trunk/; revision=11464
This commit is contained in:
parent
6fa8de41fa
commit
15a322f887
@ -411,7 +411,7 @@ args:
|
|||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
|
|
||||||
curl = { cfgOption = [ "--with-curl=${args.curl}" "--with-curlwrappers"]; pass = "curl";};
|
curl = { cfgOption = [ "--with-curl=${if args.curl != null then args.curl else throw "curl support in PHP not supported on this platform"}" "--with-curlwrappers"]; pass = "curl";};
|
||||||
zlib = { cfgOption = "--with-zlib=${args.zlib}"; pass = "zlib"; };
|
zlib = { cfgOption = "--with-zlib=${args.zlib}"; pass = "zlib"; };
|
||||||
|
|
||||||
libxml2 = { cfgOption = "--with-libxml-dir=\$libxml2";
|
libxml2 = { cfgOption = "--with-libxml-dir=\$libxml2";
|
||||||
|
Loading…
Reference in New Issue
Block a user