From d713357b83ae009cc639e041b8b80892df06c049 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 10 Jun 2019 21:34:29 +0200 Subject: [PATCH] boringtun: broken on ppc for now (ftbfs in ring) --- srcpkgs/boringtun/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/boringtun/template b/srcpkgs/boringtun/template index 435900313da..73dc4cc76e4 100644 --- a/srcpkgs/boringtun/template +++ b/srcpkgs/boringtun/template @@ -12,6 +12,7 @@ checksum=544c72fc482b636e7f6460bfee205adafc55de534067819e4e4914980f0d1350 case "$XBPS_TARGET_MACHINE" in *-musl) broken="ioctl function signature differs on glibc and musl" ;; + ppc*) broken="ftbfs in ring" ;; esac post_install() {