summaryrefslogtreecommitdiff
path: root/package/boost
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-17 22:09:55 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-18 13:09:53 +0200
commit0a203252f159c4e628ae50ed63861dffedba04a1 (patch)
treeafed8a8ce266179dabda3bc833bb2c12751b74bd /package/boost
parent3129e312fbf0e4b17975d25d8d22d212fde15ebc (diff)
boost: set threading to multi
Diffstat (limited to 'package/boost')
-rw-r--r--package/boost/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/boost/Makefile b/package/boost/Makefile
index bf85e2b50..95be3231b 100644
--- a/package/boost/Makefile
+++ b/package/boost/Makefile
@@ -16,8 +16,6 @@ PKG_URL:= http://www.boost.org/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=boost/}
PKG_OPTS:= dev
-PKG_ARCH_DEPENDS:= !m68k
-
DISTFILES:= boost_$(PKG_EXTRAVER)_0.tar.gz
WRKDIST= ${WRKDIR}/${PKG_NAME}_$(PKG_EXTRAVER)_0
@@ -151,6 +149,7 @@ endif
-d 2 \
target-os=linux \
variant=release \
+ threading=multi \
link=$(LINKMODE) \
runtime-link=$(LINKMODE) \
architecture=$(BOOST_ARCH) \