aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2022-01-09 13:53:51 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2022-01-09 13:55:24 +0000
commiteb1eade85ac1d20098dc3ba715b1ad594cdff2c8 (patch)
tree6e2def2bcfa62af60722e2e3c962aa2624529106
parent3159fdb06b376c6440c0bcb4e128f97dd3cf1aed (diff)
downloadports-eb1eade85ac1d20098dc3ba715b1ad594cdff2c8.tar.gz
ports-eb1eade85ac1d20098dc3ba715b1ad594cdff2c8.zip
www/nginx-devel: remove rpath-specific configure options
Bump PORTREVISION.
-rw-r--r--www/nginx-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 8bb72b3bc925..f691a8f93632 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -2,7 +2,7 @@
PORTNAME?= nginx
PORTVERSION= 1.21.5
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
LOCAL/osa
@@ -172,8 +172,7 @@ HTTPV2_IMPLIES= HTTP_SSL
HTTPV2_CONFIGURE_ON= --with-http_v2_module
HTTPV3_BUILD_DEPENDS= ${LOCALBASE}/bin/bssl:security/boringssl
HTTPV3_RUN_DEPENDS= ${LOCALBASE}/bin/bssl:security/boringssl
-HTTPV3_CONFIGURE_ON= --with-ld-opt="-L ${LOCALBASE}/lib -Wl,-rpath,${LOCALBASE}/lib" \
- --with-http_ssl_module \
+HTTPV3_CONFIGURE_ON= --with-http_ssl_module \
--build=nginx-quic \
--with-stream_quic_module \
--with-http_v3_module