boost: Do not change the build id
authorFredrik Fornwall <fredrik@fornwall.net>
Sat, 6 Jan 2018 19:14:46 +0000 (20:14 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 6 Jan 2018 19:14:46 +0000 (20:14 +0100)
packages/boost/build.sh
packages/boost/libboost-python.subpackage.sh

index 2900ddb..a792fe0 100644 (file)
@@ -1,11 +1,12 @@
 TERMUX_PKG_HOMEPAGE=https://boost.org
 TERMUX_PKG_DESCRIPTION="Free peer-reviewed portable C++ source libraries"
 TERMUX_PKG_VERSION=1.65.1
+TERMUX_PKG_REVISION=1
 TERMUX_PKG_SHA256=9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81
 TERMUX_PKG_SRCURL=https://sourceforge.net/projects/boost/files/boost/${TERMUX_PKG_VERSION}/boost_${TERMUX_PKG_VERSION//./_}.tar.bz2
 TERMUX_PKG_BUILD_IN_SRC=yes
 TERMUX_PKG_DEPENDS="libbz2, liblzma"
-TERMUX_PKG_REVISION=1
+
 termux_step_make_install() {
        rm $TERMUX_PREFIX/lib/libboost* -f
        rm $TERMUX_PREFIX/include/boost -rf
@@ -24,7 +25,6 @@ termux_step_make_install() {
                --without-coroutine \
                --without-context \
                --without-log \
-               --buildid=3 \
                --disable-icu \
                cxxflags="$CXXFLAGS" \
                link=shared \
index d2fddfb..4d806dd 100644 (file)
@@ -1,3 +1,3 @@
-TERMUX_SUBPKG_INCLUDE="lib/libboost_python-3.so.1.65.1 libboost_python-3.so"
+TERMUX_SUBPKG_INCLUDE="lib/libboost_python*"
 TERMUX_SUBPKG_DESCRIPTION="Boost.Python Library"
 TERMUX_SUBPKG_DEPENDS="python, boost"