Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
[droid] fix mysql build.
Browse files Browse the repository at this point in the history
we need mysql_config and headers installed too.
  • Loading branch information
theuni committed May 11, 2012
1 parent dc4aaf0 commit d4c5ac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/android/depends/mysql/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ $(LIBDYLIB): $(PLATFORM)

.installed:
make -C $(PLATFORM)/libmysql install
make -j $(JOBS) -C $(PLATFORM)/scripts/ install-binSCRIPTS
make -j $(JOBS) -C $(PLATFORM)/include/ install
rm -f $(PREFIX)/lib/mysql/libmysqlclient.la $(PREFIX)/lib/mysql/libmysqlclient.so $(PREFIX)/lib/mysql/libmysqlclient.so.16
mv -f $(PREFIX)/lib/mysql/libmysqlclient.so.16.0.0 $(PREFIX)/lib/mysql/libmysqlclient.so
rpl -e "libmysqlclient.so.16" "libmysqlclient.so\x00\x00\x00" $(PREFIX)/lib/mysql/libmysqlclient.so
Expand Down

0 comments on commit d4c5ac3

Please sign in to comment.