git: 7ab35ea39991 - main - devel/bbparse: Not compliant with PIE (generates static library)

From: Olivier Cochard <olivier_at_FreeBSD.org>
Date: Mon, 02 Jan 2023 23:18:57 UTC
The branch main has been updated by olivier:

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

commit 7ab35ea399911885fd6d490c6d2d919aa6ceca36
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2023-01-02 22:51:00 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2023-01-02 22:51:00 +0000

    devel/bbparse: Not compliant with PIE (generates static library)
---
 devel/bbparse/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/bbparse/Makefile b/devel/bbparse/Makefile
index 7c59ffa26458..522e61cbe843 100644
--- a/devel/bbparse/Makefile
+++ b/devel/bbparse/Makefile
@@ -15,6 +15,8 @@ ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 USE_GITHUB=	yes
 GH_ACCOUNT=	Netflix
 
+PIE_UNSAFE=	yes
+
 PLIST_FILES=	lib/libbbparse.a \
 		include/bbparse.h \
 		man/man3/libbbparse.3.gz