mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kmod: add zstd module compression support
This commit is contained in:
parent
f25d8742a6
commit
60cc0c0b67
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'kmod'
|
# Template file for 'kmod'
|
||||||
pkgname=kmod
|
pkgname=kmod
|
||||||
version=29
|
version=29
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-zlib --with-xz"
|
configure_args="--with-zlib --with-xz --with-zstd"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel liblzma-devel"
|
makedepends="zlib-devel liblzma-devel libzstd-devel"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/etc/depmod.d 0755 root root
|
/etc/depmod.d 0755 root root
|
||||||
/etc/modprobe.d 0755 root root
|
/etc/modprobe.d 0755 root root
|
||||||
|
|
Loading…
Add table
Reference in a new issue