mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
Adding static libraries to back boost
This commit is contained in:
parent
010fa1b834
commit
db843f6317
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ pkgbase=boost
|
|||
pkgname=('boost-libs' 'boost')
|
||||
pkgver=1.54.0
|
||||
_boostver=${pkgver//./_}
|
||||
pkgrel=3
|
||||
pkgrel=3.1
|
||||
url="http://www.boost.org/"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom')
|
||||
|
@ -77,7 +77,7 @@ build() {
|
|||
debug-symbols=off \
|
||||
threading=multi \
|
||||
runtime-link=shared \
|
||||
link=shared \
|
||||
link=shared,static \
|
||||
toolset=gcc \
|
||||
python=2.7 \
|
||||
--layout=system \
|
||||
|
|
Loading…
Reference in a new issue