[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] rpm centos: make mroonga configure options customizable

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:44:50 JST 2012


Kouhei Sutou	2012-08-02 21:41:35 +0900 (Thu, 02 Aug 2012)

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

  Log:
    rpm centos: make mroonga configure options customizable

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

  Modified: packages/rpm/centos/mysql-mroonga.spec.in (+3 -1)
===================================================================
--- packages/rpm/centos/mysql-mroonga.spec.in    2012-08-02 21:40:36 +0900 (6286661)
+++ packages/rpm/centos/mysql-mroonga.spec.in    2012-08-02 21:41:35 +0900 (0497209)
@@ -104,7 +104,8 @@ 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}
 
 
@@ -171,6 +172,7 @@ fi
 * Wed Aug 29 2012 Kouhei Sutou <kou �� clear-code.com> - 2.06-0
 - new upstream release.
 - make MySQL spec file name customizable.
+- make mroonga configure options customizable.
 
 * Sun Jul 29 2012 HAYASHI Kentaro <hayashi �� clear-code.com> - 2.05-0
 - new upstream release.
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-mysql-commit mailing list
Back to archive index