bind: fix building by removing link of lmdb
Closes #44046. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
966d3fec40
commit
e33e61a3a6
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue