spl: depends on glibc-devel for configure checks
This commit is contained in:
parent
cfebd516e9
commit
49a7e2f364
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'spl'
|
||||
pkgname=spl
|
||||
version=0.6.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-config=user --sbindir=/usr/bin"
|
||||
short_desc="Solaris Porting Layer -- userland and kernel modules (using DKMS)"
|
||||
|
@ -13,7 +13,7 @@ checksum=898aa3912c73420a0082375679e28267a26d348a84561e25898a171785f41fe3
|
|||
|
||||
triggers="dkms"
|
||||
dkms_modules="spl ${version}"
|
||||
depends="dkms ${pkgname}-devel>=${version}_${revision}"
|
||||
depends="dkms ${pkgname}-devel>=${version}_${revision} glibc-devel"
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/src
|
||||
|
|
Loading…
Reference in New Issue