openldap: 2.4.41 -> 2.4.42
This commit is contained in:
parent
1438112613
commit
ecdda8ddc9
@ -1,23 +1,17 @@
|
|||||||
{ stdenv, fetchurl, autoconf, openssl, cyrus_sasl, db, groff }:
|
{ stdenv, fetchurl, openssl, cyrus_sasl, db, groff }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openldap-2.4.41";
|
name = "openldap-2.4.42";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${name}.tgz";
|
url = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${name}.tgz";
|
||||||
sha256 = "0vkzfd1pmin6xsv8lb1nabfxma8n1q00khr6nfifqkxlm2s6p197";
|
sha256 = "0qwfpb5ipp2l76v11arghq5mr0sjc6xhjfg8a0kgsaw5qpib1dzft";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf ];
|
|
||||||
buildInputs = [ openssl cyrus_sasl db groff ];
|
buildInputs = [ openssl cyrus_sasl db groff ];
|
||||||
|
|
||||||
# NOTE: Only needed for the gcc5 patch
|
|
||||||
preConfigure = ''
|
|
||||||
autoconf
|
|
||||||
'';
|
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--enable-overlays"
|
[ "--enable-overlays"
|
||||||
"--disable-dependency-tracking" # speeds up one-time build
|
"--disable-dependency-tracking" # speeds up one-time build
|
||||||
|
Loading…
Reference in New Issue
Block a user