diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-28 17:39:43 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-02-28 19:59:23 -0500 |
commit | 84374b2d4c44a5c81277ebc18eadd632cd8497b5 (patch) | |
tree | 06ac391b5e4c2f949589e026d11d0cd92b9934d6 /liborcus | |
parent | ea7d6d070247f6b676054a8256679ac2d2ae577c (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.mk | 2 |
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 \ |