diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-25 08:49:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-25 08:53:39 +0100 |
commit | 9ef6bc847fce47f046555d7a2f2f882603c0ad30 (patch) | |
tree | 3b3aff4e694f6543e27989175dfab51d331f0bac | |
parent | 480c1d4b13a98f2de6b4013cfc460a19fd7b1d3e (diff) |
boost: update to 1.66.0
-rw-r--r-- | package/boost/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package/boost/Makefile b/package/boost/Makefile index e9c70f6f6..1e23479ff 100644 --- a/package/boost/Makefile +++ b/package/boost/Makefile @@ -4,10 +4,10 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= boost -PKG_VERSION:= 1.61.0 -PKG_EXTRAVER:= 1_61 -PKG_RELEASE:= 2 -PKG_HASH:= a77c7cc660ec02704c6884fbb20c552d52d60a18f26573c9cee0788bf00ed7e6 +PKG_VERSION:= 1.66.0 +PKG_EXTRAVER:= 1_66 +PKG_RELEASE:= 1 +PKG_HASH:= bd0df411efd9a585e5a2212275f8762079fed8842264954675a4fddc46cfcf60 PKG_DESCR:= portable c++ library PKG_SECTION:= libs/misc PKG_BUILDDEP:= python2-host @@ -55,7 +55,6 @@ CONFIGURE_ARGS+= --target=$(GNU_TARGET_NAME) \ --without-mpi \ --without-context \ --without-coroutine \ - --without-coroutine2 \ --without-locale ifneq (${ADK_PACKAGE_BOOST_IOSTREAMS},) |