openldap 2.4.44: fix option name (#13588)
This commit is contained in:
parent
8cc691ea1c
commit
5c98776f53
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Openldap < Formula
|
|||
--enable-valsort
|
||||
]
|
||||
|
||||
args << "--enable-bdb=no" << "--enable-hdb=no" if build.without? "berkeley-db4"
|
||||
args << "--enable-bdb=no" << "--enable-hdb=no" if build.without? "berkeley-db@4"
|
||||
args << "--enable-sssvlv=yes" if build.with? "sssvlv"
|
||||
|
||||
system "./configure", *args
|
||||
|
|
Loading…
Reference in a new issue