From 8d424771fa9524e49b09b9f38266f22817e1d7b9 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 22 Nov 2014 12:13:54 +0100 Subject: [PATCH] sigrok-cross-android: Build boost thread (needed by PulseView). PulseView uses boost thread again, enable its build. --- cross-compile/android/sigrok-cross-android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-compile/android/sigrok-cross-android b/cross-compile/android/sigrok-cross-android index 979729d..39fb646 100755 --- a/cross-compile/android/sigrok-cross-android +++ b/cross-compile/android/sigrok-cross-android @@ -410,7 +410,7 @@ $WGET http://$SF_MIRROR/project/boost/boost/$VER_BOOST/boost_${VER_BOOST//./_}.t tar xfj boost_${VER_BOOST//./_}.tar.bz2 cd boost_${VER_BOOST//./_} patch -p1 < ../../boost.patch -CC= ./bootstrap.sh --with-toolset=gcc --with-libraries=filesystem,system --without-icu +CC= ./bootstrap.sh --with-toolset=gcc --with-libraries=filesystem,system,thread --without-icu echo "using gcc : $NDK_TOOLCHAIN_VERSION : \"${TOOLCHAIN_TRIPLET}-g++\" : \"$SYSROOT -I$PREFIX/include $CPPFLAGS_STL\" \"$SYSROOT -L$PREFIX/lib $LDFLAGS_STL -lgnustl_shared\" ;" > user-config.jam ./b2 -q -d+2 --user-config=user-config.jam toolset=gcc variant=release link=shared threading=multi runtime-link=shared target-os=android --prefix=$PREFIX --layout=system install $PARALLEL cd .. -- 2.30.2