Lines Matching refs:CONFIGURE_ARGS
28 CONFIGURE_ARGS+= --prefix=${LDAP_PREFIX}
29 CONFIGURE_ARGS+= --sysconfdir=${LDAP_ETCDIR}
30 CONFIGURE_ARGS+= --localstatedir=${LDAP_RUNDIR}
32 CONFIGURE_ARGS+= --enable-dynamic
33 #CONFIGURE_ARGS+= --disable-bdb
34 #CONFIGURE_ARGS+= --disable-hdb
35 CONFIGURE_ARGS+= --disable-slapd
36 CONFIGURE_ARGS+= --with-tls=openssl
37 CONFIGURE_ARGS+= --with-threads
38 CONFIGURE_ARGS+= --without-cyrus-sasl
45 && ${CONFIGURE_ENV} sh ${LDAP_BUILDDIR}/configure ${CONFIGURE_ARGS} \