1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

security/cyrus-sasl2: respect CFLAGS

Currently CFLAGS are not respected, which may result in various crashes, e.g. CPUTYPE is not respected, which results in SIGILL on QorIQ E5500 CPU.

Reported by:	AmigaBSD (on #powerpc64 IRC)
This commit is contained in:
Piotr Kubaj 2024-08-26 18:02:40 +02:00
parent ae9def06de
commit 677acedd2f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
PORTREVISION= 4
PORTREVISION= 5
COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer)
WWW= https://www.cyrusimap.org/sasl/

View File

@ -36,7 +36,7 @@ CONFIGURE_ARGS+=--disable-anon \
--disable-srp \
--with-dblib=none
CONFIGURE_ARGS+=${CYRUS_CONFIGURE_ARGS}
CONFIGURE_ENV= CC_FOR_BUILD="${CC}"
CONFIGURE_ENV+= CC_FOR_BUILD="${CC}"
MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP}
DOCSDIR= ${PREFIX}/share/doc/cyrus-sasl2