mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 06:37:05 +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'
|
||||
pkgname=kmod
|
||||
version=29
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-zlib --with-xz"
|
||||
configure_args="--with-zlib --with-xz --with-zstd"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel liblzma-devel"
|
||||
makedepends="zlib-devel liblzma-devel libzstd-devel"
|
||||
make_dirs="
|
||||
/etc/depmod.d 0755 root root
|
||||
/etc/modprobe.d 0755 root root
|
||||
|
|
Loading…
Add table
Reference in a new issue