mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Really fix ldap option
This commit is contained in:
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
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue