mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
libmnl: fix tests on musl.
This commit is contained in:
parent
9f7ed336e4
commit
cf37550e12
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ homepage="http://www.netfilter.org/projects/libmnl/"
|
|||
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
||||
checksum=274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
checkdepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
libmnl-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue