libgnustl: Drop revision after NDK update
This commit is contained in:
parent
f6c72b1a1c
commit
4addbd2816
|
@ -1,7 +1,6 @@
|
||||||
TERMUX_PKG_HOMEPAGE=http://gcc.gnu.org/onlinedocs/libstdc++/
|
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_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_VERSION=$TERMUX_NDK_VERSION
|
||||||
TERMUX_PKG_REVISION=1
|
|
||||||
# Since every C++ package links against this by default (due
|
# Since every C++ package links against this by default (due
|
||||||
# to the libstdc++.so -> libgnustl_shared.so setup in
|
# to the libstdc++.so -> libgnustl_shared.so setup in
|
||||||
# build-package.sh) this package is considered essential,
|
# build-package.sh) this package is considered essential,
|
||||||
|
|
Loading…
Reference in New Issue