pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/go-bin Mark the package as MKPIE-unsupported



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72614ea2e8fc
branches:  trunk
changeset: 372314:72614ea2e8fc
user:      pho <pho%pkgsrc.org@localhost>
date:      Sun Jan 23 11:02:02 2022 +0000

description:
Mark the package as MKPIE-unsupported

diffstat:

 lang/go-bin/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 86734fa48b7d -r 72614ea2e8fc lang/go-bin/Makefile
--- a/lang/go-bin/Makefile      Sun Jan 23 10:05:04 2022 +0000
+++ b/lang/go-bin/Makefile      Sun Jan 23 11:02:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2021/07/14 18:38:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2022/01/23 11:02:02 pho Exp $
 
 PKGNAME=       go-bin-1.14.2
 PKGREVISION=   4
@@ -16,6 +16,9 @@
 USE_TOOLS+=    pax perl:run bash:run
 WRKSRC=                ${WRKDIR}/go
 
+# Binary distributions are not built as PIE.
+MKPIE_SUPPORTED=       no
+
 REPLACE_PERL+=                 src/*/*.pl src/*/*/*.pl
 REPLACE_PERL+=                 src/net/http/cgi/testdata/test.cgi
 REPLACE_BASH+=                 */*.bash */*/*.bash */*/*/*.bash */*/*/*/*/*/*.bash



Home | Main Index | Thread Index | Old Index