mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Remove --disable-versioning for openldap
This was wrongly introduced when refactoring block alignment in November. Note that --enable-vversioning is the default, so remove the option altogether.
This commit is contained in:
parent
bfcd313e0c
commit
63480d78e5
@ -115,7 +115,6 @@ autoconf &&
|
|||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-dynamic \
|
--enable-dynamic \
|
||||||
--disable-versioning \
|
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-slapd &&
|
--disable-slapd &&
|
||||||
|
|
||||||
@ -155,7 +154,6 @@ autoconf &&
|
|||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-versioning \
|
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--with-tls=openssl \
|
--with-tls=openssl \
|
||||||
--with-cyrus-sasl \
|
--with-cyrus-sasl \
|
||||||
|
Loading…
Reference in New Issue
Block a user