Bug 192449

Summary: mftrace: $RPM_OPT_FLAGS not honored, useless debuginfo package
Product: [Fedora] Fedora Reporter: Ville Skyttä <scop>
Component: mftraceAssignee: Quentin Spencer <qspencer>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-20 06:50:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ville Skyttä 2006-05-19 19:21:51 UTC
mftrace's build doesn't honor $RPM_OPT_FLAGS, resulting in compiler security
features not being used and a useless debuginfo package.

One way to fix it, in %prep:
sed -i -e "s/ -O2 / $RPM_OPT_FLAGS /" GNUmakefile.in

Comment 1 Quentin Spencer 2006-05-20 06:50:06 UTC
Fixed. Thanks.