mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/boost fix for v6
This commit is contained in:
parent
0a57cc7ff3
commit
c930bd621f
1 changed files with 2 additions and 0 deletions
|
@ -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})"
|
||||
|
||||
|
|
Loading…
Reference in a new issue