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:   nikita
Date:           Thu Jan 19 19:11:26 UTC 2023

Modified Files:
        pkgsrc/lang/zig: Makefile

Log Message:
zig: fix issues with generating package.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 pkgsrc/lang/zig/Makefile:1.22
--- pkgsrc/lang/zig/Makefile:1.21       Thu Jan 19 12:32:18 2023
+++ pkgsrc/lang/zig/Makefile    Thu Jan 19 19:11:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2023/01/19 12:32:18 adam Exp $
+# $NetBSD: Makefile,v 1.22 2023/01/19 19:11:26 nikita Exp $
 
 DISTNAME=      zig-0.10.1
 CATEGORIES=    lang
@@ -20,6 +20,11 @@ CMAKE_ARGS+= -DDESTDIR=${DESTDIR}
 CHECK_PORTABILITY_SKIP+=       ci/azure/macos_script
 BUILDLINK_TRANSFORM+=          rm:-Werror
 
+# \todo: There is currently an issue building this as a PIE
+MKPIE_SUPPORTED=        no
+# RELRO checks fail for this package at the moment
+RELRO_SUPPORTED=        no
+
 .include "../../devel/lld/buildlink3.mk"
 .include "../../lang/clang/buildlink3.mk"
 .include "../../lang/llvm/buildlink3.mk"



Home | Main Index | Thread Index | Old Index