Navigation Menu

Skip to content

Commit

Permalink
[fedora] force to disable dtrace.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 29, 2011
1 parent 079b7d0 commit 205fc30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpm/fedora/mysql-groonga.spec.in
Expand Up @@ -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}


Expand Down

0 comments on commit 205fc30

Please sign in to comment.