Kouhei Sutou
null+****@clear*****
Wed Apr 27 15:15:51 JST 2016
Kouhei Sutou 2016-04-27 15:15:51 +0900 (Wed, 27 Apr 2016) New Revision: 55f404b87a3fa0a0ee003961f966e40f3ee760d1 https://github.com/mroonga/mroonga/commit/55f404b87a3fa0a0ee003961f966e40f3ee760d1 Message: travis: (maybe) fix MaraiDB 5.5 build Modified files: tools/travis/before_script.sh Modified: tools/travis/before_script.sh (+6 -1) =================================================================== --- tools/travis/before_script.sh 2016-04-27 13:48:39 +0900 (79e5f02) +++ tools/travis/before_script.sh 2016-04-27 15:15:51 +0900 (48680e5) @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright(C) 2012-2015 Kouhei Sutou <kou �� clear-code.com> +# Copyright(C) 2012-2016 Kouhei Sutou <kou �� clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -57,6 +57,11 @@ else mysql-5.7.*) (cd vendor/mysql && sudo debian/rules override_dh_auto_configure) ;; + mariadb-5.5.*) + (cd vendor/mysql && sudo debian/rules configure) + configure_args=("${configure_args[@]}" + "--with-mysql-build=$PWD/vendor/mysql/builddir") + ;; *) : ;; -------------- next part -------------- HTML����������������������������...Download