git: 1cb46cd6096a - main - astro/libnova: mark as PIE_UNSAFE (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 08:22:49 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1cb46cd6096af993823231348c287bb455d765f7
commit 1cb46cd6096af993823231348c287bb455d765f7
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:46:12 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:15 +0000
astro/libnova: mark as PIE_UNSAFE (+)
Reported by: bulk -t
Approved by: portmgr (blanket)
Sponsored by: Future Crew, LLC
---
astro/libnova/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile
index 99d6f358bf97..67330eebbd8e 100644
--- a/astro/libnova/Makefile
+++ b/astro/libnova/Makefile
@@ -16,6 +16,8 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+PIE_UNSAFE= yes
+
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure