summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) \