mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
cyrus-sasl2-saslauthd couldn't be built with system OpenSSL and BDB42.
PR: ports/74463 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
This commit is contained in:
parent
97e8b7483d
commit
78fe274d6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122647
@ -40,7 +40,6 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
|
||||
--enable-static \
|
||||
--enable-login \
|
||||
--enable-auth-sasldb \
|
||||
--with-openssl=${OPENSSLBASE} \
|
||||
--with-rc4=openssl \
|
||||
--with-saslauthd=${SASLAUTHD_RUNPATH}
|
||||
|
||||
@ -106,6 +105,12 @@ CONFIGURE_ARGS+=--enable-krb4=${LOCALBASE}/krb4
|
||||
CONFIGURE_ARGS+=--disable-krb4
|
||||
.endif
|
||||
|
||||
.if ${OPENSSLBASE} == /usr
|
||||
CONFIGURE_ARGS+=--with-openssl=yes
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \
|
||||
OPENSSLINC=${OPENSSLINC} \
|
||||
OPENSSLLIB=${OPENSSLLIB} \
|
||||
|
@ -50,7 +50,6 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
|
||||
--mandir=${MANPREFIX}/man \
|
||||
--enable-static \
|
||||
--enable-auth-sasldb \
|
||||
--with-openssl=${OPENSSLBASE} \
|
||||
--with-rc4=openssl \
|
||||
--with-saslauthd=${SASLAUTHD_RUNPATH}
|
||||
|
||||
@ -188,6 +187,12 @@ CONFIGURE_ARGS+=--disable-krb4
|
||||
EBONES= "@comment "
|
||||
.endif
|
||||
|
||||
.if ${OPENSSLBASE} == /usr
|
||||
CONFIGURE_ARGS+=--with-openssl=yes
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \
|
||||
OPENSSLINC=${OPENSSLINC} \
|
||||
OPENSSLLIB=${OPENSSLLIB} \
|
||||
|
Loading…
Reference in New Issue
Block a user