summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2016-03-10 19:51:58 +0100
committerPale Moon <git-repo@palemoon.org>2016-03-10 19:51:58 +0100
commitcb5619ef25f331abfe1fb01c876b083e0e60cd7b (patch)
treef76e36ea92ed588dd9ccca99436902e3e3cd9a25 /build
parent264c8d18be617f6a42bfa90e8ea1f6c58f9c22d3 (diff)
downloadpalemoon-gre-cb5619ef25f331abfe1fb01c876b083e0e60cd7b.tar.gz
Don't use -static-libstdc++ when building with stlport
Diffstat (limited to 'build')
-rw-r--r--build/autoconf/android.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/autoconf/android.m4 b/build/autoconf/android.m4
index fa31afbf4..a225cb3a1 100644
--- a/build/autoconf/android.m4
+++ b/build/autoconf/android.m4
@@ -254,7 +254,7 @@ if test "$OS_TARGET" = "Android" -a -z "$gonkdir"; then
fi
STLPORT_SOURCES="$android_ndk/sources/cxx-stl/stlport"
STLPORT_CPPFLAGS="-I$_objdir/build/stlport -I$android_ndk/sources/cxx-stl/stlport/stlport"
- STLPORT_LIBS="-lstlport_static -static-libstdc++"
+ STLPORT_LIBS="-lstlport_static"
elif test "$target" != "arm-android-eabi"; then
dnl fail if we're not building with NDKr4
AC_MSG_ERROR([Couldn't find path to stlport in the android ndk])