Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:22:51 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: cf64e67a097d - main - devel/build2: mark as PIE_UNSAFE (+)
Message-ID:  <202412130822.4BD8MpK8085030@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=cf64e67a097d10fdc53901cc9db9aaec557e6a07

commit cf64e67a097d10fdc53901cc9db9aaec557e6a07
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 07:47:12 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:17 +0000

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

diff --git a/devel/build2/Makefile b/devel/build2/Makefile
index f25d04389f2b..3be78bab0243 100644
--- a/devel/build2/Makefile
+++ b/devel/build2/Makefile
@@ -16,6 +16,8 @@ BROKEN_powerpc=	fails in stage: Invalid data memory access
 
 USES=		gmake pkgconfig sqlite tar:xz
 
+PIE_UNSAFE=	yes
+
 # Fix build on i386/powerpc: error: timestamp is not lock-free on this architecture
 CXXFLAGS_i386=		-DLIBBUILD2_ATOMIC_NON_LOCK_FREE
 CXXFLAGS_powerpc=	-DLIBBUILD2_ATOMIC_NON_LOCK_FREE



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