fix boost threading on android

see https://code.google.com/p/android/issues/detail?id=41770

Change-Id: Ia6a016afcf3215558ae261e4844b69dec338d566
This commit is contained in:
Peter Foley 2013-02-28 17:39:43 -05:00
parent ea7d6d0702
commit 84374b2d4c

View file

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