Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2023 17:50:22 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 00b43bf80f05 - main - sysutils/coreutils: Mark as PIE_UNSAFE.
Message-ID:  <202301161750.30GHoM9a029622@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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