aboutsummaryrefslogtreecommitdiffstats
path: root/main/audit
diff options
context:
space:
mode:
Diffstat (limited to 'main/audit')
-rw-r--r--main/audit/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/audit/APKBUILD b/main/audit/APKBUILD
index f84147f079..a43f8ae9ab 100644
--- a/main/audit/APKBUILD
+++ b/main/audit/APKBUILD
@@ -21,6 +21,10 @@ source="http://people.redhat.com/sgrubb/audit/audit-$pkgver.tar.gz
"
builddir="$srcdir/audit-$pkgver"
+if [ "$CARCH" = "ppc64le" ]; then
+ options="!check"
+fi
+
build() {
if [ "$CARCH" = "ppc64le" ]; then
WITHOUT="--without-python3 --without-python"