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:
parent
ae9def06de
commit
677acedd2f
@ -1,4 +1,4 @@
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
|
||||
COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer)
|
||||
WWW= https://www.cyrusimap.org/sasl/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user