git: 6f6a94c8293f - main - filesystems/e2fsprogs-core: mark as PIE_UNSAFE (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Dec 2024 08:23:04 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f6a94c8293ff7ae77fc31f9f923961084fd2fe8 commit 6f6a94c8293ff7ae77fc31f9f923961084fd2fe8 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-12-13 07:54:12 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-12-13 08:22:24 +0000 filesystems/e2fsprogs-core: mark as PIE_UNSAFE (+) Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC --- filesystems/e2fsprogs-core/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filesystems/e2fsprogs-core/Makefile b/filesystems/e2fsprogs-core/Makefile index 03e90db801f3..cd3d1f49a260 100644 --- a/filesystems/e2fsprogs-core/Makefile +++ b/filesystems/e2fsprogs-core/Makefile @@ -44,6 +44,8 @@ CFLAGS+= -Wno-unused-command-line-argument # -D_FILE_OFFSET_BITS=64 # the latter MAKE_ARGS+= pkgconfigdir='${PREFIX}/libdata/pkgconfig' MAKE_ENV+= CHECK_CMD=@true +PIE_UNSAFE= yes + PORTSCOUT= ignore:1 # cannot handle the version in the directory .if !defined(MASTERDIR)