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')
|
pkgname=('boost-libs' 'boost')
|
||||||
pkgver=1.52.0
|
pkgver=1.52.0
|
||||||
_boostver=${pkgver//./_}
|
_boostver=${pkgver//./_}
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
url="http://www.boost.org/"
|
url="http://www.boost.org/"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
|
@ -67,12 +67,13 @@ build() {
|
||||||
# --layout=system no longer adds the -mt suffix for multi-threaded libs.
|
# --layout=system no longer adds the -mt suffix for multi-threaded libs.
|
||||||
# install to ${_stagedir} in preparation for split packaging
|
# install to ${_stagedir} in preparation for split packaging
|
||||||
"${_stagedir}"/bin/bjam \
|
"${_stagedir}"/bin/bjam \
|
||||||
release \
|
variant=release \
|
||||||
debug-symbols=off \
|
debug-symbols=off \
|
||||||
threading=multi \
|
threading=multi \
|
||||||
runtime-link=shared \
|
runtime-link=shared \
|
||||||
link=shared \
|
link=shared \
|
||||||
toolset=gcc \
|
toolset=gcc \
|
||||||
|
python=2.7 \
|
||||||
--layout=system \
|
--layout=system \
|
||||||
--prefix="${_stagedir}" \
|
--prefix="${_stagedir}" \
|
||||||
${JOBS} \
|
${JOBS} \
|
||||||
|
|
Loading…
Reference in a new issue