Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 43163 Details for
Bug 69834
[FIXED]sys-libs/glibc-2.3.4.20041021 - include/features.h needs patching
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Alternate patch directly on include/features.h
glibc-2.3.4-branch-update-20041021-features.h.patch (text/plain), 405 bytes, created by
Imad R. Faiad
on 2004-11-02 06:46:34 UTC
(
hide
)
Description:
Alternate patch directly on include/features.h
Filename:
MIME Type:
Creator:
Imad R. Faiad
Created:
2004-11-02 06:46:34 UTC
Size:
405 bytes
patch
obsolete
>--- include/features.h.orig 2004-11-02 11:40:25.000000000 +0200 >+++ include/features.h 2004-11-02 11:52:52.000000000 +0200 >@@ -262,7 +262,7 @@ > # define __USE_REENTRANT 1 > #endif > >-#if _FORTIFY_SOURCE > 0 && __OPTIMIZE__ > 0 \ >+#if (_FORTIFY_SOURCE > 0) && (__OPTIMIZE__ > 0) \ > && (__GNUC_PREREQ (4, 1) \ > || (defined __GNUC_RH_RELEASE__ && __GNUC_PREREQ (4, 0))) > # if _FORTIFY_SOURCE == 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 69834
:
43161
| 43163 |
43228