diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-10-16 16:58:30 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-10-16 16:58:44 +0300 |
commit | a4242e97d4a33e05b5678fc2fabc361310bc5184 (patch) | |
tree | 609228c9de70414477bfcbf51b4ffdae6bfb5d2b /main/boost | |
parent | 737e4653ffc0c66467b1a0043cac88396d23d22e (diff) | |
download | aports-a4242e97d4a33e05b5678fc2fabc361310bc5184.tar.bz2 aports-a4242e97d4a33e05b5678fc2fabc361310bc5184.tar.xz |
main/boost: fix armv7 build
Diffstat (limited to 'main/boost')
-rw-r--r-- | main/boost/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/boost/APKBUILD b/main/boost/APKBUILD index c2ad659bec..19d3943daa 100644 --- a/main/boost/APKBUILD +++ b/main/boost/APKBUILD @@ -21,7 +21,7 @@ options="!checkroot" builddir="$srcdir/${pkgname}_${_pkgver}" case "$CARCH" in - armhf|aarch64) _boostarch=arm ;; + arm*|aarch64) _boostarch=arm ;; ppc64*) _boostarch=ppc ;; s390x) _boostarch=s390 |