forked from Lainports/opnsense-ports
devel/apr1: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
38587323a4
commit
0dc98db984
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= apr
|
||||
PORTVERSION= ${APR_VERSION}.${APU_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= APACHE/apr
|
||||
DISTFILES= apr-${APR_VERSION}.tar.gz \
|
||||
|
|
@ -113,6 +114,10 @@ APU_CONF_ENV+= ${CONFIGURE_ENV:O:u} CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${AP
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc || ${ARCH} == powerpcspe
|
||||
CONFIGURE_ENV+= ap_cv_atomic_builtins=no
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSSL} || ${PORT_OPTIONS:MNSS}
|
||||
APU_CONF_ARGS+= --with-crypto
|
||||
.else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue