Really fix ldap option

This commit is contained in:
Baptiste Daroussin 2015-07-24 06:05:22 +00:00
parent 137a7b8538
commit 15a9b4d2cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392771
2 changed files with 14 additions and 20 deletions

View file

@ -136,6 +136,13 @@ INTDATE_CONFIGURE_OFF=--disable-integer-datetimes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
LDAP_CONFIGURE_WITH= ldap
LDAP_USE= OPENLDAP=yes
OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops
DEBUG_CONFIGURE_ENABLE= debug
PLIST_SUB+= PG_USER=${PG_USER} \
PG_GROUP=${PG_GROUP}
SUB_LIST+= PG_GROUP=${PG_GROUP} \
@ -166,16 +173,6 @@ IGNORE= need userland DTrace support found in FreeBSD 9.0
. endif
. endif
. if defined (SERVER_ONLY)
LDAP_CONFIGURE_WITH= ldap
LDAP_USE= OPENLDAP=yes
. endif
OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops
DEBUG_CONFIGURE_ENABLE= debug
.if ${PORT_OPTIONS:MGSSAPI}
CONFIGURE_ARGS+=--with-gssapi
.if empty(PORT_OPTIONS:MMIT_KRB5) && empty(PORT_OPTIONS:MHEIMDAL_KRB5)

View file

@ -136,6 +136,13 @@ INTDATE_CONFIGURE_OFF=--disable-integer-datetimes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
LDAP_CONFIGURE_WITH= ldap
LDAP_USE= OPENLDAP=yes
OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops
DEBUG_CONFIGURE_ENABLE= debug
PLIST_SUB+= PG_USER=${PG_USER} \
PG_GROUP=${PG_GROUP}
SUB_LIST+= PG_GROUP=${PG_GROUP} \
@ -166,16 +173,6 @@ IGNORE= need userland DTrace support found in FreeBSD 9.0
. endif
. endif
. if defined (SERVER_ONLY)
LDAP_CONFIGURE_WITH= ldap
LDAP_USE= OPENLDAP=yes
. endif
OPTIMIZED_CFLAGS_CFLAGS= -O3 -funroll-loops
DEBUG_CONFIGURE_ENABLE= debug
.if ${PORT_OPTIONS:MGSSAPI}
CONFIGURE_ARGS+=--with-gssapi
.if empty(PORT_OPTIONS:MMIT_KRB5) && empty(PORT_OPTIONS:MHEIMDAL_KRB5)