Merge pull request #32951 from dylex/bind

bind: explicitly disable lmdb
This commit is contained in:
Joachim F 2017-12-25 13:13:31 +00:00 committed by GitHub
commit a221b34bad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
"--without-gssapi"
"--without-idn"
"--without-idnlib"
"--without-lmdb"
"--without-pkcs11"
"--without-purify"
"--without-python"