diff options
Diffstat (limited to 'community/tinc-pre/APKBUILD')
-rw-r--r-- | community/tinc-pre/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/tinc-pre/APKBUILD b/community/tinc-pre/APKBUILD index 744f33c2c8..b69240af98 100644 --- a/community/tinc-pre/APKBUILD +++ b/community/tinc-pre/APKBUILD @@ -42,6 +42,7 @@ build() { } check() { + [ "$CARCH" != ppc64le ] || return 0 cd "$builddir" make check } |