mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Make it buildable on 4.X without Kerberos5 stuff.
Reported by: Mark Edwards <mark__at__antsclimbtree.com>
This commit is contained in:
parent
933bf7c785
commit
0749f8feb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160953
@ -217,6 +217,11 @@ PLIST_SUB+= LDAP_PTLOADER="@comment "
|
||||
EXTRA_PATCHES+= ${FILESDIR}/pass8bit.diff
|
||||
.endif
|
||||
|
||||
.if (!defined(MAKE_KERBEROS5) && ${OSVERSION} <= 500105) || \
|
||||
!exists(/usr/lib/libkrb5.a)
|
||||
CONFIGURE_ARGS+=--disable-gssapi
|
||||
.endif
|
||||
|
||||
CYRUS_USER?= cyrus
|
||||
CYRUS_GROUP?= cyrus
|
||||
|
||||
|
@ -214,6 +214,11 @@ PLIST_SUB+= LDAP_PTLOADER="@comment "
|
||||
EXTRA_PATCHES+= ${FILESDIR}/pass8bit.diff
|
||||
.endif
|
||||
|
||||
.if (!defined(MAKE_KERBEROS5) && ${OSVERSION} <= 500105) || \
|
||||
!exists(/usr/lib/libkrb5.a)
|
||||
CONFIGURE_ARGS+=--disable-gssapi
|
||||
.endif
|
||||
|
||||
CYRUS_USER?= cyrus
|
||||
CYRUS_GROUP?= cyrus
|
||||
|
||||
|
@ -214,6 +214,11 @@ PLIST_SUB+= LDAP_PTLOADER="@comment "
|
||||
EXTRA_PATCHES+= ${FILESDIR}/pass8bit.diff
|
||||
.endif
|
||||
|
||||
.if (!defined(MAKE_KERBEROS5) && ${OSVERSION} <= 500105) || \
|
||||
!exists(/usr/lib/libkrb5.a)
|
||||
CONFIGURE_ARGS+=--disable-gssapi
|
||||
.endif
|
||||
|
||||
CYRUS_USER?= cyrus
|
||||
CYRUS_GROUP?= cyrus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user