extra/boost to 1.52.0-3

This commit is contained in:
Kevin Mihelich 2013-03-28 02:15:37 +00:00
parent 1d62ba8406
commit 0a54c1f56c

View file

@ -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} \