[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [fedora] force to disable dtrace.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:24:23 JST 2012


Kouhei Sutou	2011-05-29 22:12:18 +0900 (Sun, 29 May 2011)

  New Revision: 205fc302b84c00046e46db02f83a1d6edd549485
  https://github.com/mroonga/mroonga/commit/205fc302b84c00046e46db02f83a1d6edd549485

  Log:
    [fedora] force to disable dtrace.

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

  Modified: rpm/fedora/mysql-groonga.spec.in (+2 -1)
===================================================================
--- rpm/fedora/mysql-groonga.spec.in    2011-05-29 22:04:10 +0900 (4fa7048)
+++ rpm/fedora/mysql-groonga.spec.in    2011-05-29 22:12:18 +0900 (4d7f0a9)
@@ -34,7 +34,8 @@ if [ ! -d ../mysql-%{mysql_version} ]; then
     rpmbuild -bp --define 'runselftest 0' --define 'optflags -O0' \
         ../../SPECS/mysql.spec
 fi
-%configure --with-mysql-source=../mysql-%{mysql_version}
+%configure CPPFLAGS="-DDISABLE_DTRACE" \
+    --with-mysql-source=../mysql-%{mysql_version}
 make %{?_smp_mflags}
 
 
-------------- next part --------------
HTML����������������������������...
Download 



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