diff options
-rw-r--r-- | package/boost/Makefile | 7 | ||||
-rw-r--r-- | package/boost/patches/patch-tools_build_src_tools_gcc_jam | 11 |
2 files changed, 4 insertions, 14 deletions
diff --git a/package/boost/Makefile b/package/boost/Makefile index 9b14cb103..3ed81afc5 100644 --- a/package/boost/Makefile +++ b/package/boost/Makefile @@ -4,13 +4,14 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= boost -PKG_VERSION:= 1.58.0 -PKG_EXTRAVER:= 1_58 +PKG_VERSION:= 1.59.0 +PKG_EXTRAVER:= 1_59 PKG_RELEASE:= 1 -PKG_HASH:= a004d9b3fa95e956383693b86fce1b68805a6f71c2e68944fa813de0fb8c8102 +PKG_HASH:= 47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac PKG_DESCR:= portable c++ library PKG_SECTION:= libs/misc PKG_BUILDDEP:= python2-host +PKG_NEEDS:= c++ PKG_URL:= http://www.boost.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=boost/} PKG_OPTS:= dev diff --git a/package/boost/patches/patch-tools_build_src_tools_gcc_jam b/package/boost/patches/patch-tools_build_src_tools_gcc_jam deleted file mode 100644 index a4013848d..000000000 --- a/package/boost/patches/patch-tools_build_src_tools_gcc_jam +++ /dev/null @@ -1,11 +0,0 @@ ---- boost_1_58_0.orig/tools/build/src/tools/gcc.jam 2015-04-04 19:25:07.000000000 +0200 -+++ boost_1_58_0/tools/build/src/tools/gcc.jam 2015-11-03 20:58:00.000000000 +0100 -@@ -451,7 +451,7 @@ rule setup-address-model ( targets * : s - else - { - local arch = [ feature.get-values architecture : $(properties) ] ; -- if $(arch) != arm -+ if $(arch) = power || $(arch) = sparc || $(arch) = x86 - { - if $(model) = 32 - { |