Skip to content

Commit

Permalink
Merge pull request #8050 from stefansaraev/sqlite-mmap
Browse files Browse the repository at this point in the history
sqlite3: dont apply map_populate patch on android
  • Loading branch information
MartijnKaijser committed Sep 16, 2015
2 parents e014382 + b4d10cc commit 6fa48eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/depends/target/sqlite3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6fa48eb

Please sign in to comment.