aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-12-29 14:45:25 +0000
committerpsykose <alice@ayaya.dev>2022-12-29 15:45:25 +0100
commit493fe9845e132d178386dad1c020b81527c55560 (patch)
treef6d4524906e8c63155ec8b1c36545bf5b938feb0
parent08521cd076c0e2220d48c6246241bf58351cfad7 (diff)
community/deadbeef: disable ffap on x86
creates textrels via asm
-rw-r--r--community/deadbeef/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/deadbeef/APKBUILD b/community/deadbeef/APKBUILD
index 09135415387..6b2f98356d9 100644
--- a/community/deadbeef/APKBUILD
+++ b/community/deadbeef/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Taner Tas <taner76@gmail.com>
pkgname=deadbeef
pkgver=1.9.4
-pkgrel=1
+pkgrel=2
pkgdesc="fairly capable playlist-oriented audio player"
url="https://deadbeef.sourceforge.net/"
# armhf, riscv64: blocked by libdispatch-dev
@@ -42,7 +42,7 @@ options="!check" # No test suite
build() {
case "$CARCH" in
x86)
- build_options="--disable-soundtouch"
+ build_options="--disable-soundtouch --disable-ffap"
;;
esac