]> git.pld-linux.org Git - packages/gdbm.git/blob - gdbm-gcc10.patch
518482c1b6091836eef7383b069edf08750c8eaf
[packages/gdbm.git] / gdbm-gcc10.patch
1 Author:Filip Januš <fjanus@redhat.com>
2 Date: 7.2.2020
3 Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1799391
4 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
5
6 diff -ur gdbm-1.18.1/src/parseopt.c gdbm-1.18.1_new/src/parseopt.c
7 --- gdbm-1.18.1/src/parseopt.c  2018-05-30 11:39:15.000000000 +0200
8 +++ gdbm-1.18.1_new/src/parseopt.c      2020-02-07 20:36:37.226390871 +0100
9 @@ -255,8 +255,6 @@
10  }
11  \f
12  char *parseopt_program_name;
13 -char *parseopt_program_doc;
14 -char *parseopt_program_args;
15  const char *program_bug_address = "<" PACKAGE_BUGREPORT ">";
16  void (*parseopt_help_hook) (FILE *stream);
17  \f
This page took 0.054725 seconds and 2 git commands to generate.