openldap: 2.4.41 -> 2.4.42

This commit is contained in:
William A. Kennington III 2015-08-18 11:35:27 -07:00
parent 1438112613
commit ecdda8ddc9

View File

@ -1,23 +1,17 @@
{ stdenv, fetchurl, autoconf, openssl, cyrus_sasl, db, groff }:
{ stdenv, fetchurl, openssl, cyrus_sasl, db, groff }:
stdenv.mkDerivation rec {
name = "openldap-2.4.41";
name = "openldap-2.4.42";
src = fetchurl {
url = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${name}.tgz";
sha256 = "0vkzfd1pmin6xsv8lb1nabfxma8n1q00khr6nfifqkxlm2s6p197";
sha256 = "0qwfpb5ipp2l76v11arghq5mr0sjc6xhjfg8a0kgsaw5qpib1dzft";
};
outputs = [ "out" "man" ];
nativeBuildInputs = [ autoconf ];
buildInputs = [ openssl cyrus_sasl db groff ];
# NOTE: Only needed for the gcc5 patch
preConfigure = ''
autoconf
'';
configureFlags =
[ "--enable-overlays"
"--disable-dependency-tracking" # speeds up one-time build