[Bug 584666] Review Request: lv2-invada-plugins - A collection of LV2 plugins from Invada Records

bugzilla at redhat.com bugzilla at redhat.com
Wed Apr 28 07:52:22 UTC 2010


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 at gmail.com> 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.



More information about the package-review mailing list