libgnustl: Drop revision after NDK update

This commit is contained in:
Fredrik Fornwall 2017-06-11 23:20:18 +02:00
parent f6c72b1a1c
commit 4addbd2816
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
TERMUX_PKG_HOMEPAGE=http://gcc.gnu.org/onlinedocs/libstdc++/
TERMUX_PKG_DESCRIPTION="The GNU Standard C++ Library (a.k.a. libstdc++-v3), necessary on android since the system libstdc++.so is stripped down"
TERMUX_PKG_VERSION=$TERMUX_NDK_VERSION
TERMUX_PKG_REVISION=1
# Since every C++ package links against this by default (due
# to the libstdc++.so -> libgnustl_shared.so setup in
# build-package.sh) this package is considered essential,