diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 07:54:12 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 08:22:24 +0000 |
commit | 6f6a94c8293ff7ae77fc31f9f923961084fd2fe8 (patch) | |
tree | 9bcd6717dd25ae1f2af8f8cd102b351140ed3d0e /filesystems | |
parent | fc91d314276c687fdfc951fefd5f34b09868f5d2 (diff) |
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/e2fsprogs-core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |