mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/boost: v8 update
This commit is contained in:
parent
2992aba788
commit
b70da55658
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
# - changed _bindir to .linuxarm from .linuxx86
|
||||
# - removed (optional) dep to openmpi - does not build on ARM
|
||||
# - build armv6h with -march=armv6k
|
||||
# - specify arm architecture to b2 for aarch64
|
||||
|
||||
pkgbase=boost
|
||||
pkgname=('boost-libs' 'boost')
|
||||
|
@ -59,6 +60,7 @@ build() {
|
|||
# --layout=system no longer adds the -mt suffix for multi-threaded libs.
|
||||
# install to ${_stagedir} in preparation for split packaging
|
||||
"${_stagedir}"/bin/b2 \
|
||||
architecture=arm \
|
||||
variant=release \
|
||||
debug-symbols=off \
|
||||
threading=multi \
|
||||
|
|
Loading…
Reference in a new issue