mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
librpcsecgss: mark broken on musl
librpcsecgss needs rpc/rpc.h which does not exist on musl. Somewhat closes #12880 Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
b33480fa61
commit
a7eec1dc43
1 changed files with 10 additions and 2 deletions
|
@ -1,17 +1,25 @@
|
|||
# Template file for 'librpcsecgss'
|
||||
pkgname=librpcsecgss
|
||||
version=0.19
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libgssglue-devel"
|
||||
short_desc="Library for RPCSECGSS support"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.citi.umich.edu/projects/nfsv4/linux/"
|
||||
distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=0cafb86b67e5eb4c89e8abaaad9165298946bc164d258e8925fc6dc1fa913abd
|
||||
|
||||
case "$XBPS_TARGET_LIBC" in
|
||||
musl) broken="rpc/rpc.h header is not available on musl"
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
librpcsecgss-devel_package() {
|
||||
depends="libgssglue-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue