mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
boringtun: better broken=
This commit is contained in:
parent
bb1c31f5c7
commit
3b97b28479
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ distfiles="https://github.com/cloudflare/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=@7ba22dcb785c9dfa99d70fc3ea0fa86908debd59eabc278f65db50a22bcc731c
|
checksum=@7ba22dcb785c9dfa99d70fc3ea0fa86908debd59eabc278f65db50a22bcc731c
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc*) broken="ftbfs in ring" ;;
|
x86_64*|i686*|arm*|aarch64*) ;;
|
||||||
|
*) broken="ftbfs in ring" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue