pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: maya
Date: Thu Apr 30 18:12:19 UTC 2020
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
rust: netbsd/i386 bootstrap has text relocations, paxctl +m it
To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 pkgsrc/lang/rust/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.160 pkgsrc/lang/rust/Makefile:1.161
--- pkgsrc/lang/rust/Makefile:1.160 Mon Apr 20 13:22:31 2020
+++ pkgsrc/lang/rust/Makefile Thu Apr 30 18:12:19 2020
@@ -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 @@ DISTFILES:= ${DISTFILES} ${RUST_STAGE0}
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