summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-06-06 16:47:18 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-06-07 10:03:45 +0300
commit577f883fab66a0af27ffe2dc24d2bc6a1b2f9806 (patch)
tree14ea19e287e48cbda4bcf7bf652df1c9cf2686b0 /config
parent2a7a4498f6240392a096f9e13cc0805fbf35e062 (diff)
android: Work around NDK ABI incompatibility around bsd_signal/signal in a different way
Get the correct symbol via dlsym() instead of letting the linker figure it out. Letting the linker do it can bring us into infinite recursion calling into our very own weak symbol. https://bugzilla.gnome.org/show_bug.cgi?id=766235
Diffstat (limited to 'config')
-rw-r--r--config/cross-android.cbc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cross-android.cbc b/config/cross-android.cbc
index 4d72bbfd..d4a8f45d 100644
--- a/config/cross-android.cbc
+++ b/config/cross-android.cbc
@@ -7,3 +7,4 @@ target_distro_version = DistroVersion.ANDROID_GINGERBREAD
target_arch = Architecture.ARM
#variants = ['nodebug']
+allow_parallel_build = True