Bug 192616

Summary: pbzip2: $RPM_OPT_FLAGS not used
Product: [Fedora] Fedora Reporter: Ville Skyttä <scop>
Component: pbzip2Assignee: Jeff Gilchrist <jeff.gilchrist>
Status: CLOSED ERRATA 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: 0.9.6-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-23 16:26:45 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-21 21:46:10 UTC
pbzip2's build doesn't appear to be honoring $RPM_OPT_FLAGS, reusulting in
compiler security features not being used and a more or less useless debuginfo
package.  More info: http://fedoraproject.org/wiki/Packaging/Debuginfo

Possible fix, in %prep:
sed -i -e 's/ -O3 / %{optflags} /' Makefile

Comment 1 Jeff Gilchrist 2006-05-23 13:57:16 UTC
Updated RPM package to honour $RPM_OPT_FLAGS during Make.  Please test to make
sure it works as expected.

Comment 2 Ville Skyttä 2006-05-23 16:26:45 UTC
I'm not a pbzip2 user myself, but the debuginfo packages from the
just-being-pushed 0.9.6-3 look better.