pkgsrc-WIP-changes archive

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

rust/Makefile: it's virtualsize, not memorysize.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun May 30 11:57:58 2021 +0200
Changeset:	f459a8335af14a8f835144e178de50752d153f85

Modified Files:
	rust/Makefile

Log Message:
rust/Makefile: it's virtualsize, not memorysize.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f459a8335af14a8f835144e178de50752d153f85

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust/Makefile b/rust/Makefile
index b0f76f693a..d39ce59062 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -63,7 +63,7 @@ MAKE_ENV+=		CARGO_BUILD_JOBS=${_MAKE_JOBS_N}
 
 CFLAGS.SunOS+=		-D_POSIX_PTHREAD_SEMANTICS
 
-UNLIMIT_RESOURCES+=	cputime datasize memorysize
+UNLIMIT_RESOURCES+=	cputime datasize virtualsize
 
 TEST_TARGET=	check
 


Home | Main Index | Thread Index | Old Index