opnsense/mod_proxy_msrpc: this has been an adventure

This commit is contained in:
Franco Fichtner 2024-09-25 16:25:32 +02:00
parent f610f8c06b
commit 33d8df884f

View file

@ -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: