extra/boost fix for v6

This commit is contained in:
Kevin Mihelich 2014-09-07 23:29:40 +00:00
parent 0a57cc7ff3
commit c930bd621f

View file

@ -9,6 +9,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - changed _bindir to .linuxarm from .linuxx86
# - removed (optional) dep to openmpi - does not build on ARM
# - build armv6h with -march=armv6k
pkgbase=boost
pkgname=('boost-libs' 'boost')
@ -23,6 +24,7 @@ source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.
sha1sums=('1639723c6bdff873cdb6d747f8f8c9d9f066434d')
build() {
CFLAGS=`echo $CFLAGS | sed -e 's/armv6/armv6k/'` && CXXFLAGS="$CFLAGS"
export _stagedir="${srcdir}/stagedir"
local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"