pkgsrc-WIP-changes archive

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

rust: also unlimit stacksize, needed on powerpc at least.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sat Jul 23 08:38:28 2022 +0200
Changeset:	561dd67d562ceb4183ee2beb3554bc96e7f8b09a

Modified Files:
	rust/Makefile

Log Message:
rust: also unlimit stacksize, needed on powerpc at least.

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

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 c30ce778fe..e1d314074d 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -71,7 +71,7 @@ MAKE_ENV.Darwin+=	MACOSX_DEPLOYMENT_TARGET="10.7"
 CFLAGS.SunOS+=		-D_POSIX_PTHREAD_SEMANTICS
 MAKE_ENV.SunOS+=	AR=gar
 
-UNLIMIT_RESOURCES+=	cputime datasize virtualsize
+UNLIMIT_RESOURCES+=	cputime stacksize datasize virtualsize
 
 TEST_TARGET=	check
 


Home | Main Index | Thread Index | Old Index