cmake: Update with libgnustl_shared.so linkage

This commit is contained in:
Fredrik Fornwall 2016-06-02 10:48:19 -04:00
parent 3fef129952
commit ce1270b835
1 changed files with 2 additions and 1 deletions

View File

@ -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