Bug 192620 - metapixel: $RPM_OPT_FLAGS not used
Summary: metapixel: $RPM_OPT_FLAGS not used
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: metapixel
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Andreas Thienemann
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-21 22:09 UTC by Ville Skyttä
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-05-21 22:33:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2006-05-21 22:09:43 UTC
metapixel's build doesn't appear to be honoring $RPM_OPT_FLAGS, resulting in
compiler security features not being used and a more or less useless debuginfo
package.  More info: http://fedoraproject.org/wiki/Packaging/Debuginfo

Quick and dirty fix, in %build:
%{__make} %{?_smp_mflags} CC="%{__cc} %{optflags}" OPTIMIZE=

Comment 1 Andreas Thienemann 2006-05-21 22:33:02 UTC
Thx for the report. I elected to patch the Makefile to honor CFLAGS.

Comment 2 Ville Skyttä 2006-05-21 22:39:58 UTC
Looks like earlier distro versions need the fix too, BTW.


Note You need to log in before you can comment on or make changes to this bug.