Revert "rpcbind: broken for musl"
This reverts commit a531ec8f50
.
Actually a missing reset for the aarch64 builder is causing the error.
This commit is contained in:
parent
a531ec8f50
commit
7920f82ae5
|
@ -15,10 +15,6 @@ license="BSD"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=074a9a530dc7c11e0d905aa59bcb0847c009313f02e98d3d798aa9568f414c66
|
checksum=074a9a530dc7c11e0d905aa59bcb0847c009313f02e98d3d798aa9568f414c66
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl) broken="Header file rpcsvc/yp.h not available in musl libc" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
vsv rpcbind
|
vsv rpcbind
|
||||||
|
|
Loading…
Reference in New Issue