From: Fredrik Fornwall Date: Thu, 2 Jun 2016 14:48:19 +0000 (-0400) Subject: cmake: Update with libgnustl_shared.so linkage X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/ce1270b8358a1cdfe36543a333ec040f4bd54e9b?ds=inline cmake: Update with libgnustl_shared.so linkage --- diff --git a/packages/cmake/build.sh b/packages/cmake/build.sh index 34f11a57..11f48b68 100644 --- a/packages/cmake/build.sh +++ b/packages/cmake/build.sh @@ -2,8 +2,9 @@ TERMUX_PKG_HOMEPAGE=http://www.cmake.org/ TERMUX_PKG_DESCRIPTION="Family of tools designed to build, test and package software" _MAJOR_VERSION=3.5 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.2 +TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_SRCURL=http://www.cmake.org/files/v${_MAJOR_VERSION}/cmake-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_DEPENDS="libarchive, libcurl, libexpat, ncurses, jsoncpp" +TERMUX_PKG_DEPENDS="libarchive, libcurl, libexpat, ncurses, jsoncpp, libgnustl" termux_step_configure () { cd $TERMUX_PKG_BUILDDIR