Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:22:49 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1cb46cd6096a - main - astro/libnova: mark as PIE_UNSAFE (+)
Message-ID:  <202412130822.4BD8MnjP084946@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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