Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2022 13:55:31 GMT
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eb1eade85ac1 - main - www/nginx-devel: remove rpath-specific configure options
Message-ID:  <202201091355.209DtVn7003676@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eb1eade85ac1d20098dc3ba715b1ad594cdff2c8

commit eb1eade85ac1d20098dc3ba715b1ad594cdff2c8
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2022-01-09 13:53:51 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2022-01-09 13:55:24 +0000

    www/nginx-devel: remove rpath-specific configure options
    
    Bump PORTREVISION.
---
 www/nginx-devel/Makefile | 5 ++---
 1 file 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201091355.209DtVn7003676>