Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2024 06:30:05 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eb723003ebe3 - main - www/cpr: Remove PIE_UNSAFE after b40aa97071012f71a9c8937ef41d3153f070243f
Message-ID:  <202405160630.44G6U5Yf036096@gitrepo.freebsd.org>

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

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

commit eb723003ebe36b6ca7851e21081e6000e0b63764
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:17:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:21:57 +0000

    www/cpr: Remove PIE_UNSAFE after b40aa97071012f71a9c8937ef41d3153f070243f
---
 www/cpr/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/cpr/Makefile b/www/cpr/Makefile
index 6bf3a5d261bf..f21e05edad65 100644
--- a/www/cpr/Makefile
+++ b/www/cpr/Makefile
@@ -34,7 +34,6 @@ CMAKE_ON=	BUILD_SHARED_LIBS \
 		CPR_ENABLE_SSL \
 		CPR_SKIP_CA_BUNDLE_SEARCH \
 		CPR_USE_SYSTEM_CURL
-PIE_UNSAFE=	yes
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 



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