git: cf64e67a097d - main - devel/build2: mark as PIE_UNSAFE (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 08:22:51 UTC
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