mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/boost to 1.52.0-3
This commit is contained in:
parent
1d62ba8406
commit
0a54c1f56c
1 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@ pkgbase=boost
|
|||
pkgname=('boost-libs' 'boost')
|
||||
pkgver=1.52.0
|
||||
_boostver=${pkgver//./_}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
url="http://www.boost.org/"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom')
|
||||
|
@ -67,12 +67,13 @@ build() {
|
|||
# --layout=system no longer adds the -mt suffix for multi-threaded libs.
|
||||
# install to ${_stagedir} in preparation for split packaging
|
||||
"${_stagedir}"/bin/bjam \
|
||||
release \
|
||||
variant=release \
|
||||
debug-symbols=off \
|
||||
threading=multi \
|
||||
runtime-link=shared \
|
||||
link=shared \
|
||||
toolset=gcc \
|
||||
python=2.7 \
|
||||
--layout=system \
|
||||
--prefix="${_stagedir}" \
|
||||
${JOBS} \
|
||||
|
|
Loading…
Reference in a new issue