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:   jperkin
Date:           Sun Jan 20 17:12:31 UTC 2019

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: Remove --disable-jemalloc, no longer valid.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 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.74 pkgsrc/lang/rust/Makefile:1.75
--- pkgsrc/lang/rust/Makefile:1.74      Sat Jan 19 12:44:08 2019
+++ pkgsrc/lang/rust/Makefile   Sun Jan 20 17:12:31 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2019/01/19 12:44:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.75 2019/01/20 17:12:31 jperkin Exp $
 
 DISTNAME=      rustc-1.32.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -40,7 +40,6 @@ CONFIGURE_ARGS+=      --disable-ninja
 #CONFIGURE_ARGS+=      --jemalloc-root=${BUILDLINK_PREFIX.jemalloc}/lib
 #CONFIGURE_ARGS+=      --enable-llvm-link-shared
 #CONFIGURE_ARGS+=      --llvm-root=${BUILDLINK_PREFIX.llvm}
-CONFIGURE_ARGS.SunOS+= --disable-jemalloc
 
 # Use "dist" build target for cross compile of bootstrap
 #BUILD_TARGET=         dist



Home | Main Index | Thread Index | Old Index