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:   wiz
Date:           Sat Oct  7 13:08:37 UTC 2017

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: mark as not ready for RELRO


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/lang/rust/Makefile:1.12
--- pkgsrc/lang/rust/Makefile:1.11      Tue Oct  3 14:07:55 2017
+++ pkgsrc/lang/rust/Makefile   Sat Oct  7 13:08:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/10/03 14:07:55 maya Exp $
+# $NetBSD: Makefile,v 1.12 2017/10/07 13:08:37 wiz Exp $
 
 DISTNAME=      rustc-1.20.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -18,6 +18,9 @@ UNLIMIT_RESOURCES+=   cputime
 
 TEST_TARGET=   check
 
+# bin/* lib/*, but names vary
+CHECK_RELRO_SUPPORTED= no
+
 # Required for LLVM (-std=c++11)
 GCC_REQD+=     4.8
 



Home | Main Index | Thread Index | Old Index