From b4d10ccc4d893c5cbf9bccc78c0f740ba9401195 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 14 Sep 2015 09:47:48 +0300 Subject: sqlite3: dont apply map_populate patch on android --- 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 f7e95be6e8..5ed4429c12 100644 --- a/tools/depends/target/sqlite3/Makefile +++ b/tools/depends/target/sqlite3/Makefile @@ -30,7 +30,10 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS) ifeq ($(OS),android) cd $(PLATFORM); patch -p0 < ../fix-32bits-on-64bits.patch endif +# seems MAP_POPULATE is broken on aarch64 +ifneq ($(OS),android) cd $(PLATFORM); patch -p1 < ../sqlite3.c.patch +endif cd $(PLATFORM); $(CONFIGURE) $(LIBDYLIB): $(PLATFORM) -- cgit v1.2.3