pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: Remove --disable-jemalloc, no longer v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f3b895d5175
branches:  trunk
changeset: 318167:4f3b895d5175
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Sun Jan 20 17:12:31 2019 +0000

description:
rust: Remove --disable-jemalloc, no longer valid.

diffstat:

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

diffs (17 lines):

diff -r 85978c317a39 -r 4f3b895d5175 lang/rust/Makefile
--- a/lang/rust/Makefile        Sun Jan 20 15:00:13 2019 +0000
+++ b/lang/rust/Makefile        Sun Jan 20 17:12:31 2019 +0000
@@ -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+=      --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