diff options
-rw-r--r-- | testing/afl/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/afl/APKBUILD b/testing/afl/APKBUILD index c3ae502831..443666117d 100644 --- a/testing/afl/APKBUILD +++ b/testing/afl/APKBUILD @@ -31,6 +31,10 @@ package() { # portable to non-x86 platforms. rm -f "$pkgdir/usr/bin/afl-clang" "$pkgdir/usr/bin/afl-clang++" \ "$pkgdir/usr/bin/afl-gcc" "$pkgdir/usr/bin/afl-g++" + + if [ "$CARCH" = "ppc64le" ]; then + rm -f "$pkgdir"/usr/share/afl/testcases/others/elf/small_exec.elf + fi } sha512sums="e1af6e6c4dedcc3f7f17857bf45a2efeb64bdc51633003c5bd700c51eb30c72f1f4e7fed5f6570ec98ccbd22b54dbcf08cc3faec4d28004fe0fa863a4d7ea90f afl-2.41b.tgz" |