Bug 848932 - wso2-wsf-cpp doesn't use RPM_OPT_FLAGS, and debuginfo package is broken
Summary: wso2-wsf-cpp doesn't use RPM_OPT_FLAGS, and debuginfo package is broken
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: wso2-wsf-cpp
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Robert Rati
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-16 20:49 UTC by Andy Grimm
Modified: 2016-11-08 03:46 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-22 18:21:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Andy Grimm 2012-08-16 20:49:46 UTC
The omission of $RPM_OPT_FLAGS from CFLAGS in this package results in some source files being omitted from debuginfo, and some of the shared objects lacking correct info.  The fix is essentially:

-export CFLAGS="-O2 -D_FORTIFY_SOURCE=2"
+export CFLAGS="-O2 -D_FORTIFY_SOURCE=2 $RPM_OPT_FLAGS"

Thanks.

Comment 1 Andy Grimm 2013-02-22 18:21:20 UTC
Fixed in Fedora 18


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