summaryrefslogtreecommitdiff
path: root/liborcus
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-28 17:39:43 -0500
committerPeter Foley <pefoley2@verizon.net>2013-02-28 19:59:23 -0500
commit84374b2d4c44a5c81277ebc18eadd632cd8497b5 (patch)
tree06ac391b5e4c2f949589e026d11d0cd92b9934d6 /liborcus
parentea7d6d070247f6b676054a8256679ac2d2ae577c (diff)
fix boost threading on android
see https://code.google.com/p/android/issues/detail?id=41770 Change-Id: Ia6a016afcf3215558ae261e4844b69dec338d566
Diffstat (limited to 'liborcus')
-rw-r--r--liborcus/ExternalProject_liborcus.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/liborcus/ExternalProject_liborcus.mk b/liborcus/ExternalProject_liborcus.mk
index 67d5055f0d8d..af72a6150ed1 100644
--- a/liborcus/ExternalProject_liborcus.mk
+++ b/liborcus/ExternalProject_liborcus.mk
@@ -50,7 +50,7 @@ else
# must be built with debug STL if --enable-dbgutil
$(call gb_ExternalProject_get_state_target,liborcus,build) :
$(call gb_ExternalProject_run,build,\
- $(if $(filter ANDROID,$(OS)),LIBS='-lgnustl_shared -lm') \
+ $(if $(filter ANDROID,$(OS)),LIBS='-lgnustl_shared -lm' CPPFLAGS="-D_GLIBCXX_HAS_GTHREADS") \
./configure \
--with-pic \
--enable-static \