[Groonga-mysql-commit] mroonga/mroonga at 08a1cd1 [master] package rpm: use one line for one option

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Jun 4 13:19:44 JST 2015


Kouhei Sutou	2015-06-04 13:19:44 +0900 (Thu, 04 Jun 2015)

  New Revision: 08a1cd12d619082cba5bca0704bc6bb65222b6a5
  https://github.com/mroonga/mroonga/commit/08a1cd12d619082cba5bca0704bc6bb65222b6a5

  Message:
    package rpm: use one line for one option

  Modified files:
    packages/rpm/centos/mysql56-community-mroonga.spec.in

  Modified: packages/rpm/centos/mysql56-community-mroonga.spec.in (+3 -1)
===================================================================
--- packages/rpm/centos/mysql56-community-mroonga.spec.in    2015-06-04 12:09:43 +0900 (8c9daff)
+++ packages/rpm/centos/mysql56-community-mroonga.spec.in    2015-06-04 13:19:44 +0900 (a63ddeb)
@@ -77,7 +77,9 @@ if [ ! -d ${mysql_source} ]; then
 	--define 'optflags -O0' \
 	../../SPECS/%{mysql_spec_file}
 fi
-%configure --disable-static --with-mysql-source=${mysql_source} \
+%configure \
+    --disable-static \
+    --with-mysql-source=${mysql_source} \
     %{?mroonga_configure_options}
 make %{?_smp_mflags}
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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