pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/zig
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 22 22:15:30 UTC 2023
Modified Files:
pkgsrc/lang/zig: Makefile
Log Message:
zig: unlimit stacksize to fix build
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/zig/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/zig/Makefile
diff -u pkgsrc/lang/zig/Makefile:1.22 pkgsrc/lang/zig/Makefile:1.23
--- pkgsrc/lang/zig/Makefile:1.22 Thu Jan 19 19:11:26 2023
+++ pkgsrc/lang/zig/Makefile Sun Jan 22 22:15:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2023/01/19 19:11:26 nikita Exp $
+# $NetBSD: Makefile,v 1.23 2023/01/22 22:15:30 wiz Exp $
DISTNAME= zig-0.10.1
CATEGORIES= lang
@@ -20,10 +20,12 @@ CMAKE_ARGS+= -DDESTDIR=${DESTDIR}
CHECK_PORTABILITY_SKIP+= ci/azure/macos_script
BUILDLINK_TRANSFORM+= rm:-Werror
+UNLIMIT_RESOURCES= stacksize
+
# \todo: There is currently an issue building this as a PIE
-MKPIE_SUPPORTED= no
+MKPIE_SUPPORTED= no
# RELRO checks fail for this package at the moment
-RELRO_SUPPORTED= no
+RELRO_SUPPORTED= no
.include "../../devel/lld/buildlink3.mk"
.include "../../lang/clang/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index