added php curl support
svn path=/nixpkgs/trunk/; revision=11446
This commit is contained in:
parent
9231ea99d9
commit
0b6e4828cc
@ -411,6 +411,7 @@ args:
|
|||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
|
|
||||||
|
curl = { cfgOption = [ "--with-curl=${args.curl}" "--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";
|
||||||
|
@ -1722,7 +1722,7 @@ let pkgs = rec {
|
|||||||
# optional features
|
# optional features
|
||||||
inherit fetchurl flex bison apacheHttpd mysql libxml2; # gettext;
|
inherit fetchurl flex bison apacheHttpd mysql libxml2; # gettext;
|
||||||
inherit zlib;
|
inherit zlib;
|
||||||
flags = [ "xdebug" "mysql" "mysqli" "pdo_mysql" "libxml2" "apxs2" ];
|
flags = [ "xdebug" "mysql" "mysqli" "pdo_mysql" "libxml2" "apxs2" "curl" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
python = python24;
|
python = python24;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user