[Groonga-mysql-commit] mroonga/mroonga at d79557e [master] travis: install libmariadbclient-dev for mysql_config

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Aug 26 19:40:10 JST 2013


Kouhei Sutou	2013-08-26 19:40:10 +0900 (Mon, 26 Aug 2013)

  New Revision: d79557effc4427ba57e6e647a7e5fa1854c7a682
  https://github.com/mroonga/mroonga/commit/d79557effc4427ba57e6e647a7e5fa1854c7a682

  Message:
    travis: install libmariadbclient-dev for mysql_config

  Modified files:
    tools/travis/install.sh

  Modified: tools/travis/install.sh (+2 -1)
===================================================================
--- tools/travis/install.sh    2013-08-26 19:28:59 +0900 (bea2ae4)
+++ tools/travis/install.sh    2013-08-26 19:40:10 +0900 (16339c1)
@@ -89,7 +89,8 @@ EOF
 	    sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
 	    sudo apt-get -qq update
 	    sudo apt-get -qq -y build-dep mariadb-server
-	    sudo apt-get -qq -y install mariadb-server mariadb-test
+	    sudo apt-get -qq -y install \
+		mariadb-server libmariadbcilent-dev mariadb-test
 	    apt-get -qq source mariadb-server
 	    ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
 	    ;;
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る