[Groonga-commit] groonga/packages.groonga.org at 4affa0a [master] Update CMake options for MySQL 5.7

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Wed May 2 14:02:28 JST 2018


Kouhei Sutou	2018-05-02 14:02:28 +0900 (Wed, 02 May 2018)

  New Revision: 4affa0aed3cc3a655443c8b82dd06555ec56aba2
  https://github.com/groonga/packages.groonga.org/commit/4affa0aed3cc3a655443c8b82dd06555ec56aba2

  Message:
    Update CMake options for MySQL 5.7

  Modified files:
    ansible/files/home/packages/bin/create-snapshot-package.sh

  Modified: ansible/files/home/packages/bin/create-snapshot-package.sh (+5 -1)
===================================================================
--- ansible/files/home/packages/bin/create-snapshot-package.sh    2018-05-02 12:17:41 +0900 (469cea4)
+++ ansible/files/home/packages/bin/create-snapshot-package.sh    2018-05-02 14:02:28 +0900 (15eecc1)
@@ -45,7 +45,11 @@ build_mysql() {
   run tar xf "${mysql_tar_gz}"
   run cd "${mysql_base}"
   run rm -rf CMakeCache.txt
-  run cmake . -DWITH_DEBUG=yes -DCMAKE_INSTALL_PREFIX=$HOME/work/nightly \
+  run cmake . \
+      -DWITH_DEBUG=yes \
+      -DCMAKE_INSTALL_PREFIX=$HOME/work/nightly \
+      -DDOWNLOAD_BOOST=1 \
+      -DWITH_BOOST=$HOME/work/boost \
     > cmake.log
   run make > make.log 2> make.error.log
 }
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180502/f1e5b210/attachment.htm 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index