bind: fix building by removing link of lmdb

Closes #44046.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
laggardkernel 2019-09-09 18:38:23 +08:00 committed by FX Coudert
parent 966d3fec40
commit e33e61a3a6

View file

@ -49,7 +49,8 @@ class Bind < Formula
"--with-openssl=#{Formula["openssl@1.1"].opt_prefix}",
"--with-libjson=#{Formula["json-c"].opt_prefix}",
"--with-python=#{Formula["python"].opt_bin}/python3",
"--with-python-install-dir=#{vendor_site_packages}"
"--with-python-install-dir=#{vendor_site_packages}",
"--without-lmdb"
system "make"
system "make", "install"