Merge remote-tracking branch 'upstream/master' into hardened-stdenv
This commit is contained in:
@@ -30,7 +30,7 @@ let
|
||||
# SAPI modules:
|
||||
|
||||
apxs2 = {
|
||||
configureFlags = ["--with-apxs2=${apacheHttpd}/bin/apxs"];
|
||||
configureFlags = ["--with-apxs2=${apacheHttpd.dev}/bin/apxs"];
|
||||
buildInputs = [apacheHttpd];
|
||||
};
|
||||
|
||||
@@ -44,7 +44,13 @@ let
|
||||
};
|
||||
|
||||
ldap = {
|
||||
configureFlags = ["--with-ldap=${openldap}"];
|
||||
configureFlags = [
|
||||
"--with-ldap"
|
||||
"LDAP_DIR=${openldap.dev}"
|
||||
"LDAP_INCDIR=${openldap.dev}/include"
|
||||
"LDAP_LIBDIR=${openldap.out}/lib"
|
||||
"--with-ldap-sasl=${cyrus_sasl.dev}"
|
||||
];
|
||||
buildInputs = [openldap cyrus_sasl openssl];
|
||||
};
|
||||
|
||||
@@ -69,7 +75,7 @@ let
|
||||
|
||||
libxml2 = {
|
||||
configureFlags = [
|
||||
"--with-libxml-dir=${libxml2}"
|
||||
"--with-libxml-dir=${libxml2.dev}"
|
||||
];
|
||||
buildInputs = [ libxml2 ];
|
||||
};
|
||||
@@ -148,7 +154,7 @@ let
|
||||
};
|
||||
|
||||
openssl = {
|
||||
configureFlags = ["--with-openssl=${openssl}"];
|
||||
configureFlags = ["--enable-openssl"];
|
||||
buildInputs = [openssl];
|
||||
};
|
||||
|
||||
@@ -290,13 +296,13 @@ let
|
||||
in {
|
||||
|
||||
php55 = generic {
|
||||
version = "5.5.33";
|
||||
sha256 = "1a8ac1zcq68irvdffh08cpi4aaaira4hsqwgns7b95pm9pnv3464";
|
||||
version = "5.5.34";
|
||||
sha256 = "0745wn0qg9rqibwr948bzc719s7pywizvl1ahkg1j9m92r28i25g";
|
||||
};
|
||||
|
||||
php56 = generic {
|
||||
version = "5.6.19";
|
||||
sha256 = "0s61fncsdgr1mqgh8jma6pi6xxz4gl350467lk00ls3i97wa691a";
|
||||
version = "5.6.20";
|
||||
sha256 = "07xz48dz1ijwq45vh90jfzdd56k0s5ppi3j5rwc9p9y7mrybziss";
|
||||
};
|
||||
|
||||
php70 = generic {
|
||||
|
||||
Reference in New Issue
Block a user