openldap: Fix build with LibreSSL.

This commit is contained in:
Matthew Robbetts 2017-08-04 14:15:20 -07:00 committed by Franz Pletz
parent 97a48835b7
commit e82cb3dfa4

@ -8,6 +8,14 @@ stdenv.mkDerivation rec {
sha256 = "091qvwk5dkcpp17ziabcnh3rg3m7qwzw2pihfcd1d5fdxgywzmnd";
};
patches = [
(fetchurl {
url = "https://bz-attachments.freebsd.org/attachment.cgi?id=183223";
sha256 = "1fiy457hrxmydybjlvn8ypzlavz22cz31q2rga07n32dh4x759r3";
})
];
patchFlags = [ "-p0" ];
# TODO: separate "out" and "bin"
outputs = [ "out" "dev" "man" "devdoc" ];