mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
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'
|
# Template file for 'spl'
|
||||||
pkgname=spl
|
pkgname=spl
|
||||||
version=0.6.4.2
|
version=0.6.4.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${pkgname}-${version/r/-}"
|
wrksrc="${pkgname}-${pkgname}-${version/r/-}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-config=user --sbindir=/usr/bin"
|
configure_args="--with-config=user"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="Solaris Porting Layer -- userland and kernel modules (using DKMS)"
|
short_desc="Solaris Porting Layer -- userland and kernel modules (using DKMS)"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
@ -16,7 +16,7 @@ nocross=yes
|
||||||
|
|
||||||
triggers="dkms"
|
triggers="dkms"
|
||||||
dkms_modules="spl ${version/r/-}"
|
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() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue