Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1937285 Details for
Bug 2160035
gt: Build in C89 mode
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
gt-configure-c99.patch
gt-configure-c99.patch (text/plain), 1.13 KB, created by
Florian Weimer
on 2023-01-11 11:35:57 UTC
(
hide
)
Description:
gt-configure-c99.patch
Filename:
MIME Type:
Creator:
Florian Weimer
Created:
2023-01-11 11:35:57 UTC
Size:
1.13 KB
patch
obsolete
>Apply generic C99 compatibility fix to the configure script. This >change is part of upstream autoconf; re-running autoconf would >fix this as well. So there is no need to upstream this patch. > >diff --git a/configure b/configure >index 08f2298ead4e8bb8..0368b83f3b1c86a8 100755 >--- a/configure >+++ b/configure >@@ -2544,7 +2544,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > for ac_declaration in \ >- '' \ >+ '#include <stdlib.h>' \ > 'extern "C" void std::exit (int) throw (); using std::exit;' \ > 'extern "C" void std::exit (int); using std::exit;' \ > 'extern "C" void exit (int) throw ();' \ >@@ -3337,8 +3337,8 @@ main () > for (i = 0; i < 256; i++) > if (XOR (islower (i), ISLOWER (i)) > || toupper (i) != TOUPPER (i)) >- exit(2); >- exit (0); >+ return 2; >+ return 0; > } > _ACEOF > rm -f conftest$ac_exeext >@@ -4137,8 +4137,8 @@ main () > for (i = 0; i < 256; i++) > if (XOR (islower (i), ISLOWER (i)) > || toupper (i) != TOUPPER (i)) >- exit(2); >- exit (0); >+ return 2; >+ return 0; > } > _ACEOF > rm -f conftest$ac_exeext
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 2160035
:
1937284
| 1937285