From 1b45fa8cd58990bf455b429c598b6d4bad155172 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Tue, 27 Jun 2023 01:46:42 +0200 Subject: [PATCH] Use zstd -19 for module compression Fixes: https://bugs.archlinux.org/task/78894 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index bef8503..eeaae7d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -114,7 +114,7 @@ _package() { echo "$pkgbase" | install -Dm644 /dev/stdin "$modulesdir/pkgbase" echo "Installing modules..." - _make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \ + ZSTD_CLEVEL=19 _make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \ DEPMOD=/doesnt/exist modules_install # Suppress depmod # remove build and source links