droid: temp fix runtime crash on load, disable gmp
authorS. Davilla <davilla@4pi.com>
Fri, 11 Oct 2013 13:53:09 +0000 (09:53 -0400)
committerS. Davilla <davilla@4pi.com>
Fri, 11 Oct 2013 13:53:09 +0000 (09:53 -0400)
Cannot load library: soinfo_relocate(linker.cpp:975):
cannot locate symbol "__gmp_binvert_limb_table" referenced by "libavformat-54-arm.so"...

tools/depends/target/Makefile

index eae2dcc..27028d6 100644 (file)
@@ -34,7 +34,7 @@ ifeq ($(OS),osx)
 endif
 
 ifeq ($(OS),android)
-  DEPENDS += mdnsresponder android-sources-ics
+  DEPENDS += mdnsresponder android-sources-ics gmp nettle gnutls
 endif
 
 DEPENDS := $(filter-out $(EXCLUDED_DEPENDS),$(DEPENDS))