gdbm/gdbm_gcc_10.patch
Petr Šabata 574001967a RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/gdbm#0991af576fb297f1f93c5999cc1dd3d646604041
2020-10-15 00:46:54 +02:00

18 lines
661 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Author:Filip Januš <fjanus@redhat.com>
Date: 7.2.2020
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1799391
After upgrade gcc to version gcc version 10.0.1 20200130 (Red Hat 10.0.1-0.7) (GCC) is not possible to build GDBM
diff -ur gdbm-1.18.1/src/parseopt.c gdbm-1.18.1_new/src/parseopt.c
--- gdbm-1.18.1/src/parseopt.c 2018-05-30 11:39:15.000000000 +0200
+++ gdbm-1.18.1_new/src/parseopt.c 2020-02-07 20:36:37.226390871 +0100
@@ -255,8 +255,6 @@
}
char *parseopt_program_name;
-char *parseopt_program_doc;
-char *parseopt_program_args;
const char *program_bug_address = "<" PACKAGE_BUGREPORT ">";
void (*parseopt_help_hook) (FILE *stream);