diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-06-19 16:07:00 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-06-27 22:10:16 +0200 |
commit | fdf22f4b9e80a9925784e92ef74c705c5f8eeed4 (patch) | |
tree | 9224e64fe385eb78a866c7337f383758070d146c /testing | |
parent | 283f3d6700b08884a33654461765f146a9a8a7f1 (diff) | |
download | aports-fdf22f4b9e80a9925784e92ef74c705c5f8eeed4.tar.bz2 aports-fdf22f4b9e80a9925784e92ef74c705c5f8eeed4.tar.xz |
testing/android-tools: enable on x86 again
I tested this in a chroot and the build should pass on the builders. If
it doesn't passing -DOPENSSL_NO_ASM=1 to cmake might help.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/android-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/android-tools/APKBUILD b/testing/android-tools/APKBUILD index 6042cfa547..8236c2b388 100644 --- a/testing/android-tools/APKBUILD +++ b/testing/android-tools/APKBUILD @@ -6,7 +6,7 @@ _realver=${pkgver/_p/_r} pkgrel=1 pkgdesc="Android platform tools" url="http://tools.android.com/" -arch="all !x86 !s390x" # build fails on x86 +arch="all !s390x" license="Apache-2.0 MIT" depends="" depends_dev="" |