[Groonga-mysql-commit] mroonga/mroonga at bc239da [master] rpm centos: disable fast mutexes option explicitly

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Oct 29 11:35:05 JST 2013


HAYASHI Kentaro	2013-10-29 11:35:05 +0900 (Tue, 29 Oct 2013)

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

  Message:
    rpm centos: disable fast mutexes option explicitly
    
    It fixes mismatch between mysqld binary and mysql_cofig

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

  Modified: packages/rpm/centos/mysql55-mroonga.spec.in (+1 -0)
===================================================================
--- packages/rpm/centos/mysql55-mroonga.spec.in    2013-10-29 11:34:24 +0900 (95c79c5)
+++ packages/rpm/centos/mysql55-mroonga.spec.in    2013-10-29 11:35:05 +0900 (a7a2601)
@@ -65,6 +65,7 @@ if [ ! -d ${mysql_source} ]; then
 	../../SPECS/%{mysql_spec_file}
 fi
 %configure --disable-static --with-mysql-source=${mysql_source} \
+    --disable-fast-mutexes \
     --with-mysql-config=`scl enable mysql55 'which mysql_config'` \
     %{?mroonga_configure_options}
 make %{?_smp_mflags}
-------------- next part --------------
HTML����������������������������...
Descargar 



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