Use zstd -19 for module compression

Fixes: https://bugs.archlinux.org/task/78894
This commit is contained in:
Jan Alexander Steffens (heftig) 2023-06-27 01:46:42 +02:00
parent 50de159117
commit 1b45fa8cd5
No known key found for this signature in database
GPG Key ID: 3B94A80E50A477C7

View File

@ -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