From b7c9ebb3df57933626f96867b61d84fd992a94a0 Mon Sep 17 00:00:00 2001 From: Memphiz Date: Mon, 21 Dec 2015 10:29:47 +0100 Subject: [depends/sqlite3] - don't build the sqlite3 binary program --- tools/depends/target/sqlite3/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/depends/target/sqlite3/Makefile b/tools/depends/target/sqlite3/Makefile index a9ca651f04..eeeab6b872 100644 --- a/tools/depends/target/sqlite3/Makefile +++ b/tools/depends/target/sqlite3/Makefile @@ -34,6 +34,9 @@ endif ifneq ($(OS),android) cd $(PLATFORM); patch -p1 < ../sqlite3.c.patch endif + # do not build the program sqlite3 + sed -ie "s|bin_PROGRAMS = sqlite3||" "$(PLATFORM)/Makefile.am"; + cd $(PLATFORM); $(AUTORECONF) -vif cd $(PLATFORM); $(CONFIGURE) $(LIBDYLIB): $(PLATFORM) -- cgit v1.2.3