Navigation Menu

Skip to content

Commit

Permalink
travis: install libmysqld-dev for libmysqlservices.a
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 22, 2013
1 parent f492501 commit b063514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/travis/install.sh
Expand Up @@ -56,7 +56,8 @@ else
sudo apt-get -qq update
sudo apt-get -qq -y build-dep mysql-server
if [ "$version" = "system" ]; then
sudo apt-get -qq -y install mysql-server mysql-testsuite
sudo apt-get -qq -y install \
mysql-server mysql-testsuite libmysqld-dev
apt-get -qq source mysql-server
ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
else
Expand Down

0 comments on commit b063514

Please sign in to comment.