git: 00b43bf80f05 - main - sysutils/coreutils: Mark as PIE_UNSAFE.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Jan 2023 17:50:22 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=00b43bf80f0532a0a412599feabe884df1eaf287 commit 00b43bf80f0532a0a412599feabe884df1eaf287 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2023-01-16 17:48:08 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2023-01-16 17:50:19 +0000 sysutils/coreutils: Mark as PIE_UNSAFE. There is no error message, but libstdbuf.so is not created. PR: 268924 Approved by: maintainer --- sysutils/coreutils/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index b99827dd62f7..5cf3fe9acdd9 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -15,6 +15,7 @@ CPE_VENDOR= gnu USE_PERL5= build # required for tests and man page generation USE_LDCONFIG= yes TEST_TARGET= check +PIE_UNSAFE= yes GNU_CONFIGURE= yes # A rather nasty hack to stop gnustat from conflicting with base gstat