zfs: no need to depend on glibc... musl build still broken.
This commit is contained in:
parent
6aaf97e7a8
commit
5e1cb46912
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'zfs'
|
||||
pkgname=zfs
|
||||
version=0.6.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${pkgname}-${version/r/-}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-config=user --sbindir=/usr/bin
|
||||
configure_args="--with-config=user
|
||||
--with-udevdir=/usr/lib/udev --with-udevruledir=/usr/lib/udev/rules.d
|
||||
--with-dracutdir=/usr/lib/dracut"
|
||||
hostmakedepends="dracut automake libtool"
|
||||
|
@ -20,7 +20,7 @@ nocross=yes
|
|||
|
||||
triggers="dkms"
|
||||
dkms_modules="zfs ${version/r/-}"
|
||||
depends="dkms>=2.2.0.3_9 spl>=${version} glibc-devel"
|
||||
depends="dkms>=2.2.0.3_9 spl>=${version}"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in a new issue