aboutsummaryrefslogtreecommitdiffstats
path: root/main/boost
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-28 01:31:11 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-28 15:32:32 +0000
commit2192d4048471e4b5009941362f95c7ecf41622b0 (patch)
tree7894ee2848d9c46cc3034e79cc4a65fceb9661ec /main/boost
parente7d1a22418f60cad4e9f4f974d55ffe2c098de1b (diff)
downloadaports-2192d4048471e4b5009941362f95c7ecf41622b0.tar.bz2
aports-2192d4048471e4b5009941362f95c7ecf41622b0.tar.xz
main/boost: enable zstd on armhf
Diffstat (limited to 'main/boost')
-rw-r--r--main/boost/APKBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/main/boost/APKBUILD b/main/boost/APKBUILD
index 1754074191..41ea0d6ff9 100644
--- a/main/boost/APKBUILD
+++ b/main/boost/APKBUILD
@@ -2,7 +2,7 @@
pkgname=boost
pkgver=1.69.0
_pkgver="${pkgver//./_}"
-pkgrel=4
+pkgrel=5
pkgdesc="Free peer-reviewed portable C++ source libraries"
url="http://www.boost.org/"
arch="all"
@@ -29,10 +29,6 @@ case "$CARCH" in
;;
*) _boostarch=$CARCH ;;
esac
-case "$CARCH" in
- armhf) ;; # zstd is not available for armhf
- *) makedepends="$makedepends zstd-dev";;
-esac
_enginedir="tools/build/src/engine"
_bjam="${builddir}/${_enginedir}/bin.linux${_l_suffix:-$_boostarch}/b2"