protobuf: Remove libgnustl_shared.so setup

It is no longer needed to link against libgnustl_shared.so
explicitly, it is done automatically for all C++ code.
This commit is contained in:
Fredrik Fornwall 2016-06-21 16:57:01 -04:00
parent 288a643f71
commit 5b612323c6
1 changed files with 0 additions and 5 deletions

View File

@ -6,8 +6,3 @@ TERMUX_PKG_SRCURL=https://github.com/google/protobuf/releases/download/v${TERMUX
# Build a host build first and use the host build protoc:
TERMUX_PKG_HOSTBUILD=yes
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-protoc=$TERMUX_PKG_HOSTBUILD_DIR/src/protoc"
# Link against libgnustl_shared.so so that other C++ programs that
# uses protobuf (e.g. mosh) may use libgnustl_shared.so.
TERMUX_PKG_DEPENDS="libgnustl"
LDFLAGS+=" -lgnustl_shared"