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-gssapi"
"--without-idn" "--without-idn"
"--without-idnlib" "--without-idnlib"
"--without-lmdb"
"--without-pkcs11" "--without-pkcs11"
"--without-purify" "--without-purify"
"--without-python" "--without-python"