Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 43228 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]
[patch]
Patch on include/features.h that gets rid of numerical comparison
patch (text/plain), 422 bytes, created by
A.J. Aranyosi
on 2004-11-03 09:36:51 UTC
(
hide
)
Description:
Patch on include/features.h that gets rid of numerical comparison
Filename:
MIME Type:
Creator:
A.J. Aranyosi
Created:
2004-11-03 09:36:51 UTC
Size:
422 bytes
patch
obsolete
>--- include/features.h.orig 2004-11-03 12:32:42.752759623 -0500 >+++ include/features.h 2004-11-03 12:33:15.661353644 -0500 >@@ -262,7 +262,7 @@ > # define __USE_REENTRANT 1 > #endif > >-#if (_FORTIFY_SOURCE > 0) && (__OPTIMIZE__ > 0) \ >+#if (_FORTIFY_SOURCE > 0) && defined(__OPTIMIZE__) \ > && (__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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 69834
:
43161
|
43163
| 43228