summaryrefslogtreecommitdiff
path: root/package/boost
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-03 15:39:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-03 15:40:06 +0200
commit4d875652916825143d98873a88df0437f73858aa (patch)
tree8367672df555dfbac5d2c54fb087e776560981f1 /package/boost
parent9cd136a4fc55ae34b4f5455e2e2270e028fd0bd3 (diff)
use ADK_TARGET_ARCH
Diffstat (limited to 'package/boost')
-rw-r--r--package/boost/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/boost/Makefile b/package/boost/Makefile
index 6ac6228e3..96945fc91 100644
--- a/package/boost/Makefile
+++ b/package/boost/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= boost
PKG_VERSION:= 1.55.0
-PKG_RELEASE:= 5
+PKG_RELEASE:= 6
PKG_MD5SUM:= 93780777cfbf999a600f62883bd54b17
PKG_DESCR:= boost c++ library
PKG_SECTION:= libs/misc
@@ -22,7 +22,7 @@ WRKDIST= ${WRKDIR}/${PKG_NAME}_1_55_0
PKG_FLAVOURS_BOOST:= DATE_TIME GRAPH GRAPH_PARALLEL IOSTREAMS MATH PROGRAM_OPTIONS PYTHON REGEX SERIALIZATION SIGNALS SYSTEM TEST THREAD WAVE
PKGFD_DATE_TIME:= with date-time
-PKGFD_PYTHON:= with Python
+PKGFD_PYTHON:= with python
PKGFB_PYTHON:= python2
PKGFS_PYTHON:= python2
PKGFD_IOSTREAMS:= with iostreams
@@ -98,10 +98,10 @@ ifeq (${ADK_PACKAGE_BOOST_WAVE},)
CONFIGURE_ARGS+=--without-wave
endif
-ifeq ($(ARCH),x86_64)
+ifeq ($(ADK_TARGET_ARCH),x86_64)
BOOST_ARCH:= x86
else
-BOOST_ARCH:= $(ARCH)
+BOOST_ARCH:= $(ADK_TARGET_ARCH)
endif
# some variables for build