pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4a26cc89404
branches:  trunk
changeset: 372740:f4a26cc89404
user:      pho <pho%pkgsrc.org@localhost>
date:      Sun Jan 30 04:31:22 2022 +0000

description:
Mark the package as MKPIE-unsupported

diffstat:

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

diffs (19 lines):

diff -r c10b1a0367b5 -r f4a26cc89404 lang/rust-bin/Makefile
--- a/lang/rust-bin/Makefile    Sun Jan 30 04:00:42 2022 +0000
+++ b/lang/rust-bin/Makefile    Sun Jan 30 04:31:22 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2021/12/10 19:00:35 gutteridge Exp $
+# $NetBSD: Makefile,v 1.32 2022/01/30 04:31:22 pho Exp $
 
 DISTNAME=      rust-1.56.1
 PKGNAME=       ${DISTNAME:S/rust/rust-bin/1}
@@ -39,6 +39,9 @@
 # Bootstraps built for 9.0.
 BROKEN_ON_PLATFORM+=   NetBSD-8.*-earmv7hf
 
+# Binary distributions aren't built as PIE.
+MKPIE_SUPPORTED=       no
+
 NO_BUILD=      yes
 USE_TOOLS+=    bash pax
 WRKSRC=                ${WRKDIR}/${DISTFILES:S/.tar.gz//}



Home | Main Index | Thread Index | Old Index