[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [fedora] force fast mutex disabled.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:30:36 JST 2012


Kouhei Sutou	2011-10-23 16:33:19 +0900 (Sun, 23 Oct 2011)

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

  Log:
    [fedora] force fast mutex disabled.
    
    Reported by Takahiro Nagai. Thanks!!!

  Modified files:
    rpm/fedora/mysql-groonga.spec.in

  Modified: rpm/fedora/mysql-groonga.spec.in (+2 -1)
===================================================================
--- rpm/fedora/mysql-groonga.spec.in    2011-10-23 16:32:10 +0900 (65b20d2)
+++ rpm/fedora/mysql-groonga.spec.in    2011-10-23 16:33:19 +0900 (5ed6c33)
@@ -38,7 +38,8 @@ if [ ! -d ../mysql-%{mysql_version} ]; then
         ../../SPECS/mysql.spec
 fi
 %configure CPPFLAGS="-DDISABLE_DTRACE" \
-    --with-mysql-source=../mysql-%{mysql_version}
+    --with-mysql-source=../mysql-%{mysql_version} \
+    --disable-fast-mutexes
 make %{?_smp_mflags}
 
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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