null+****@clear*****
null+****@clear*****
2011年 5月 29日 (日) 22:12:18 JST
Kouhei Sutou 2011-05-29 13:12:18 +0000 (Sun, 29 May 2011)
New Revision: 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 13:04:10 +0000 (4fa7048)
+++ rpm/fedora/mysql-groonga.spec.in 2011-05-29 13:12:18 +0000 (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}