Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=584666 --- Comment #4 from Orcan 'oget' Ogetbil <oget.fedora@xxxxxxxxx> 2010-04-28 03:52:18 EDT --- Thanks. * Look at the build log. The Fedora specific optimization flags (%optflags) are not effective when compiling stuff in plugingui/widgets/ You can see what the flags should look like by doing a $ rpm -E %{optflags} ! Other than this, you can use the "find" utility if you don't want to be over-repetitive, or just use wildcards, when sedding the Makefiles. Such as $ find . -name Makefile -exec sed -i 's|-O3|%{optflags}|' {} \; or $ sed -i 's|-O3|%{optflags}|' */Makefile */*/Makefile etc. But I leave these all to your taste. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review