]> git.pld-linux.org Git - packages/gdbm.git/blame - gdbm-gcc10.patch
fix build with gcc 10
[packages/gdbm.git] / gdbm-gcc10.patch
CommitLineData
06a94a25
JP
1Author:Filip Januš <fjanus@redhat.com>
2Date: 7.2.2020
3Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1799391
4After 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
6diff -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.055297 seconds and 4 git commands to generate.