Lines 78-84
Link Here
|
78 |
myconf="${myconf} `use_with ssl tls` `use_with samba lmpasswd`" |
78 |
myconf="${myconf} `use_with ssl tls` `use_with samba lmpasswd`" |
79 |
myconf="${myconf} `use_enable tcpd wrappers`" |
79 |
myconf="${myconf} `use_enable tcpd wrappers`" |
80 |
myconf="${myconf} `use_enable odbc sql`" |
80 |
myconf="${myconf} `use_enable odbc sql`" |
81 |
myconf="${myconf} `use_enable perl`" |
81 |
#myconf="${myconf} `use_enable perl`" |
82 |
myconf="${myconf} `use_enable slp`" |
82 |
myconf="${myconf} `use_enable slp`" |
83 |
|
83 |
|
84 |
myconf="${myconf} --enable-ldbm" |
84 |
myconf="${myconf} --enable-ldbm" |
Lines 110-116
Link Here
|
110 |
# disabled options |
110 |
# disabled options |
111 |
# --with-bdb-module=dynamic |
111 |
# --with-bdb-module=dynamic |
112 |
# --enable-dnsserv --with-dnsserv-module=dynamic |
112 |
# --enable-dnsserv --with-dnsserv-module=dynamic |
113 |
|
113 |
ac_cv_lib_bind_res_query=no ac_cv_lib_bind___res_query=no \ |
114 |
econf \ |
114 |
econf \ |
115 |
--libexecdir=/usr/lib/openldap \ |
115 |
--libexecdir=/usr/lib/openldap \ |
116 |
${myconf} || die "configure failed" |
116 |
${myconf} || die "configure failed" |