summaryrefslogtreecommitdiff
path: root/dev-lang/zig/zig-0.14.0.ebuild
diff options
context:
space:
mode:
authorEric Joldasov <bratishkaerik@landless-city.net>2025-04-18 22:37:10 +0500
committerSam James <sam@gentoo.org>2025-05-21 22:51:37 +0100
commit69608b897403f3a5edaada015db94b59f6083740 (patch)
tree8abf21153511fec19402efd5ba36083f0d9f31c5 /dev-lang/zig/zig-0.14.0.ebuild
parentae0aa71eaf099e28360c66a6820f90c9edb8a0b4 (diff)
downloadgentoo-69608b897403f3a5edaada015db94b59f6083740.tar.gz
gentoo-69608b897403f3a5edaada015db94b59f6083740.tar.bz2
gentoo-69608b897403f3a5edaada015db94b59f6083740.zip
dev-lang/zig: skip linker script checks for zig executable
Closes: https://bugs.gentoo.org/951143 Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net> Part-of: https://github.com/gentoo/gentoo/pull/41651 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/zig/zig-0.14.0.ebuild')
-rw-r--r--dev-lang/zig/zig-0.14.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lang/zig/zig-0.14.0.ebuild b/dev-lang/zig/zig-0.14.0.ebuild
index af0fe7f8192b..d47ef3cbf718 100644
--- a/dev-lang/zig/zig-0.14.0.ebuild
+++ b/dev-lang/zig/zig-0.14.0.ebuild
@@ -123,6 +123,8 @@ src_prepare() {
# CHECKREQS_MEMORY and causes unneccessary errors. Upstream set them
# according to CI OOM failures, which are not applicable to normal Gentoo build.
sed -i -e '/\.max_rss = .*,/d' build.zig || die
+
+ sed -i '/exe\.allow_so_scripts = true;/d' build.zig || die
}
src_configure() {