Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148229 - QA thing in app-editors/qemacs-0.3.1-r3 ebuild: Proper CFLAGS handling (patch included)
Summary: QA thing in app-editors/qemacs-0.3.1-r3 ebuild: Proper CFLAGS handling (patch...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-19 11:42 UTC by Christian Faulhammer (RETIRED)
Modified: 2006-10-30 11:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
qemacs-CFLAGS_handling.patch (qemacs-ebuild.patch,758 bytes, patch)
2006-09-19 11:43 UTC, Christian Faulhammer (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Faulhammer (RETIRED) gentoo-dev 2006-09-19 11:42:49 UTC
Setting CFLAGS hard to -O0 is a QA no-no, but was a quick solution to segfaults.  However I found a better way to set all optimizations off via flag-o-matic.eclass
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2006-09-19 11:43:59 UTC
Created attachment 97443 [details, diff]
qemacs-CFLAGS_handling.patch
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2006-10-30 11:14:34 UTC
Fixed in CVS