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