zfs: depends on glibc-devel for configure checks
This commit is contained in:
parent
49a7e2f364
commit
8edf5c9656
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zfs'
|
# Template file for 'zfs'
|
||||||
pkgname=zfs
|
pkgname=zfs
|
||||||
version=0.6.3
|
version=0.6.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-config=user --sbindir=/usr/bin
|
configure_args="--with-config=user --sbindir=/usr/bin
|
||||||
--with-udevdir=/usr/lib/udev --with-udevruledir=/usr/lib/udev/rules.d
|
--with-udevdir=/usr/lib/udev --with-udevruledir=/usr/lib/udev/rules.d
|
||||||
|
@ -18,7 +18,7 @@ checksum=29bcfdd4161521692d2ca2515ad27a9edd9491c9cb5c6fb1e923d8eed28d391b
|
||||||
|
|
||||||
triggers="dkms"
|
triggers="dkms"
|
||||||
dkms_modules="zfs ${version}"
|
dkms_modules="zfs ${version}"
|
||||||
depends="dkms spl>=${version}"
|
depends="dkms spl>=${version} glibc-devel"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# mount.zfs needs to be in /usr/sbin.
|
# mount.zfs needs to be in /usr/sbin.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue