From bfc22eea7e4c6877fe8b9d89fa574cb0729466db Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 22 Jan 2023 09:58:49 +0100 Subject: patching zstd mode (20 exhaust virtual memory) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 549c87e..04de8ee 100644 --- a/Makefile +++ b/Makefile @@ -123,6 +123,7 @@ $(BUILDDIR)/config/makepkg-i486.conf: config/makepkg/x86_64.conf s,LTOFLAGS=".*",LTOFLAGS=\"-fno-lto\",g; \ /OPTIONS=/s/ lto/ !lto/; \ " "$<" > "$@" + @sed -i 's/--ultra -20/--ultra -19/' "$@" $(BUILDDIR)/config/makepkg-i686.conf: config/makepkg/x86_64.conf @echo "GEN $(notdir $@)" @@ -131,11 +132,13 @@ $(BUILDDIR)/config/makepkg-i686.conf: config/makepkg/x86_64.conf s,\(["'"'"=]\)x86[-_]64\([-"'"'" ]\),\1i686\2,g; \ s,-fcf-protection,,g; \ " "$<" > "$@" + @sed -i 's/--ultra -20/--ultra -19/' "$@" $(BUILDDIR)/config/makepkg-pentium4.conf: $(BUILDDIR)/config/makepkg-i686.conf @echo "GEN $(notdir $@)" @mkdir -p $(dir $@) @sed '/^CHOST=/ ! s,\(["=]\)i686\([-" ]\),\1pentium4\2,g' "$<" > "$@" + @sed -i 's/--ultra -20/--ultra -19/' "$@" $(BUILDDIR)/config/pacman-%-i486.conf: config/pacman/%.conf @echo "GEN $(notdir $@)" -- cgit v1.2.3-54-g00ecf