Bug 505599
| Summary: | cfdg not built with $RPM_OPT_FLAGS | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> | ||||
| Component: | cfdg | Assignee: | Gwyn Ciesla <gwync> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | gwync | ||||
| Target Milestone: | --- | Keywords: | Patch, Regression, Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-06-16 18:41:50 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 496968 | ||||||
| Attachments: |
|
||||||
|
Description
Ville Skyttä
2009-06-12 14:49:20 UTC
Does this patch not *remove* optflags? Am I misreading it? Yes, you're misreading it :). But it's a tough one to read as it patches a patch. Anyway, the end result is that before applying the patch I submitted, ContextFreeSource2.2/Makefile ends up having: +CPPFLAGS += $(OPTFLAGS) ...(yes, there's a stray + at the beginning of line), and after my patch: CPPFLAGS += $(OPTFLAGS) Gotcha. Committed and built. Thanks! Unfortunately the 2.2-2 Rawhide build was bitten by bug 505774: http://kojipkgs.fedoraproject.org/packages/cfdg/2.2/2.fc12/data/logs/x86_64/build.log A simple bump and rebuild should fix it. Bah. Done. Thanks! |