Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #25706: Patch to eliminate the appended "-O2" for
bug #41758
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 41758
Collapse All
|
Expand All
(-)
ucl-1.01-r1.ebuild.old (-1 / +1 lines)
Lines 17-23
Link Here
17
17
18
src_compile() {
18
src_compile() {
19
econf
19
econf
20
emake || die
20
emake CFLAGS_O= || die
21
}
21
}
22
22
23
src_install() {
23
src_install() {
Return to
bug 41758