opnsense/mod_proxy_msrpc: this has been an adventure
This commit is contained in:
parent
f610f8c06b
commit
33d8df884f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= mod_proxy_msrpc
|
||||
PORTVERSION= 0.6
|
||||
DISTVERSIONPREFIX=${PORTNAME}-
|
||||
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= franco@opnsense.org
|
||||
|
|
@ -23,7 +24,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
|||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|@APXS@|@APXS@ -DENODATA=EIO|g' \
|
||||
-e 's|@APXS@|@APXS@ ${LDFLAGS:N-fstack-protector-strong}|g' \
|
||||
-e 's|@APXS@|@APXS@ ${LDFLAGS:N-fstack-protector-strong} -linotify|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-configure:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue