aboutsummaryrefslogtreecommitdiffstats
path: root/testing/android-tools/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-09-21 12:50:18 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-09-21 12:50:18 +0200
commit0cec9a3b09430c3d1655564310451f17bec2fb67 (patch)
treeb759d202dfac5eff50a83d688c262f804f59f9e1 /testing/android-tools/APKBUILD
parent497948c8dca3382028ace01573e15ba3451909c3 (diff)
downloadaports-0cec9a3b09430c3d1655564310451f17bec2fb67.tar.bz2
aports-0cec9a3b09430c3d1655564310451f17bec2fb67.tar.xz
testing/android-tools: remove custom flags for ARM architectures
Fixed upstream with the most recent upgrade.
Diffstat (limited to 'testing/android-tools/APKBUILD')
-rw-r--r--testing/android-tools/APKBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/android-tools/APKBUILD b/testing/android-tools/APKBUILD
index 893b143994..c815c11908 100644
--- a/testing/android-tools/APKBUILD
+++ b/testing/android-tools/APKBUILD
@@ -18,10 +18,6 @@ builddir="$srcdir/$pkgname-$_realver"
build() {
cd "$builddir"
- case "$CARCH" in
- aarch64|arm*) CXXFLAGS="$CXXFLAGS -Wno-error=attributes";;
- esac
-
mkdir build && cd build
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \