mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Fix CONIGURE_ARGS in the WITH_LDAP case to look for openldap12 libraries
under ${LOCALBASE}/lib. Reviewed by: roberto
This commit is contained in:
parent
9ee8d18ccc
commit
c96fcddee7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86941
@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --enable-rfc1579
|
||||
# OPTIONAL: include ldap-support - currently ldap.2 needs minor fixes...
|
||||
#
|
||||
.if defined(WITH_LDAP)
|
||||
CONFIGURE_ARGS+= --with-libldap
|
||||
CONFIGURE_ARGS+= --with-libldap=${LOCALBASE}/lib
|
||||
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-libldap
|
||||
|
Loading…
Reference in New Issue
Block a user