1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

reenable curl support for php

-lssl was missing

svn path=/nixpkgs/trunk/; revision=15327
This commit is contained in:
Marc Weber 2009-04-27 01:18:03 +00:00
parent e037b8ad2c
commit 761e653515

View file

@ -25,7 +25,7 @@ composableDerivation {} ( fixed : {
curl = {
configureFlags = ["--with-curl=${args.curl}" "--with-curlwrappers"];
buildInputs = [curl];
buildInputs = [curl openssl];
};
zlib = {
@ -112,7 +112,7 @@ composableDerivation {} ( fixed : {
apxs2Support = true;
bcmathSupport = true;
socketsSupport = true;
curlSupport = false;
curlSupport = true;
gettextSupport = true;
postgresqlSupport = true;
zlibSupport = true;