Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: netbsd/i386 bootstrap has text relocat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62069e123679
branches:  trunk
changeset: 430409:62069e123679
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Apr 30 18:12:19 2020 +0000

description:
rust: netbsd/i386 bootstrap has text relocations, paxctl +m it

diffstat:

 lang/rust/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8a86e14c4c61 -r 62069e123679 lang/rust/Makefile
--- a/lang/rust/Makefile        Thu Apr 30 17:16:36 2020 +0000
+++ b/lang/rust/Makefile        Thu Apr 30 18:12:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.160 2020/04/20 13:22:31 joerg Exp $
+# $NetBSD: Makefile,v 1.161 2020/04/30 18:12:19 maya Exp $
 
 DISTNAME=      rustc-1.42.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -221,6 +221,7 @@
 CFLAGS+=               -march=i586
 pre-build-fix:
        ${TOOLS_PLATFORM.paxctl} +am ${WRKDIR}/rust-bootstrap/bin/cargo
+       ${TOOLS_PLATFORM.paxctl} +am ${WRKDIR}/rust-bootstrap/bin/rustc
 .endif
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) || make(distinfo) || make (makesum) || make(mdi)
 RUST_STAGE0_VER=       1.41.1



Home | Main Index | Thread Index | Old Index