|
|
@@ -9,23 +9,11 @@ autoconf |
|
|
|
--sysconfdir=/etc \ |
|
|
|
--localstatedir=/var/lib/openldap \ |
|
|
|
--sbindir=/usr/bin \ |
|
|
|
--enable-dynamic \ |
|
|
|
--enable-syslog \ |
|
|
|
--enable-ipv6 \ |
|
|
|
--enable-local \ |
|
|
|
--enable-proctitle \ |
|
|
|
--with-tls \ |
|
|
|
--enable-crypt \ |
|
|
|
--enable-spasswd \ |
|
|
|
--enable-modules \ |
|
|
|
--enable-backends \ |
|
|
|
--enable-ndb \ |
|
|
|
--enable-bdb \ |
|
|
|
--enable-slapd \ |
|
|
|
--enable-overlays=mod \ |
|
|
|
--with-cyrus-sasl \ |
|
|
|
--with-threads \ |
|
|
|
--with-yielding_select=yes |
|
|
|
--enable-dynamic --enable-proctitle --with-tls \ |
|
|
|
--enable-ipv6 --enable-local --with-cyrus-sasl --with-threads \ |
|
|
|
--enable-syslog --enable-slapd --enable-crypt --enable-spasswd \ |
|
|
|
--enable-bdb --enable-hdb --enable-overlays=mod \ |
|
|
|
--disable-static --with-yielding_select=yes --enable-modules |
|
|
|
|
|
|
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool |
|
|
|
|
|
|
|