1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Set where to look for ldap secret file

PR:		36029
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-03-23 10:09:41 +00:00
parent be5a1dcb66
commit 1133aea38b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56471

View File

@ -25,7 +25,8 @@ LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ldap-lib=openldap \
--with-ldap-dir=${LOCALBASE} \
--with-ldap-conf-file=${PREFIX}/etc/ldap.conf
--with-ldap-conf-file=${PREFIX}/etc/ldap.conf \
--with-ldap-secret-file=${PREFIX}/etc/ldap.secret
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
USE_GMAKE= yes