Browse Source

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.
android-5
Fredrik Fornwall 8 years ago
parent
commit
5b612323c6
  1. 5
      packages/protobuf/build.sh

5
packages/protobuf/build.sh

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

Loading…
Cancel
Save