spl: there's no need to depend on glibc... fixes musl build.
This commit is contained in:
parent
4389fad63b
commit
6aaf97e7a8
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'spl'
|
||||
pkgname=spl
|
||||
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"
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="Solaris Porting Layer -- userland and kernel modules (using DKMS)"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
|
@ -16,7 +16,7 @@ nocross=yes
|
|||
|
||||
triggers="dkms"
|
||||
dkms_modules="spl ${version/r/-}"
|
||||
depends="dkms>=2.2.0.3_9 ${pkgname}-devel>=${version}_${revision} glibc-devel"
|
||||
depends="dkms>=2.2.0.3_9 ${pkgname}-devel>=${version}_${revision}"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Add table
Reference in a new issue