Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:27 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: b5962ceef9cd - main - x11/kitty: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8NRF5086581@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=b5962ceef9cd1541ebfd2dc9b3b9295a8742ce9a

commit b5962ceef9cd1541ebfd2dc9b3b9295a8742ce9a
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:21:04 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:38 +0000

    x11/kitty: mark as PIE_UNSAFE (+)
    
    Reported by:    bulk -t
    
    Approved by:    portmgr (blanket)
    
    Sponsored by:   Future Crew, LLC
---
 x11/kitty/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index 4e2ca76ef3fe..dc334b0cf97e 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -55,6 +55,8 @@ TEST_TARGET=	test
 CPPFLAGS+=	`pkg-config --cflags epoll-shim-interpose`
 LDFLAGS+=	`pkg-config --libs epoll-shim-interpose`
 
+PIE_UNSAFE=	yes
+
 BINARY_ALIAS=	python3=${PYTHON_CMD} python=${PYTHON_CMD}
 
 BUILD_DIR=	${WRKSRC}/${OPSYS:tl}-package



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