boost: Do not change the build id
This commit is contained in:
parent
1351d7b3e9
commit
ab05a21040
@ -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 \
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user