summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/webalizer/files/webalizer-2.23.08-gcc-10.patch')
-rw-r--r--app-admin/webalizer/files/webalizer-2.23.08-gcc-10.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-admin/webalizer/files/webalizer-2.23.08-gcc-10.patch b/app-admin/webalizer/files/webalizer-2.23.08-gcc-10.patch
new file mode 100644
index 000000000000..4110a0b4bb8e
--- /dev/null
+++ b/app-admin/webalizer/files/webalizer-2.23.08-gcc-10.patch
@@ -0,0 +1,19 @@
+https://bugs.gentoo.org/737694
+--- a/dns_resolv.c 2013-02-26 07:37:27.000000000 +0200
++++ b/dns_resolv.c 2020-08-17 20:33:32.000000000 +0300
+@@ -78,11 +78,11 @@ DBC *geo_dbc = NULL;
+
+ struct dns_child child[MAXCHILD]; /* DNS child pipe data */
+
+-DNODEPTR host_table[MAXHASH]; /* hostname/ip hash table */
++extern DNODEPTR host_table[MAXHASH]; /* hostname/ip hash table */
+
+-char buffer[BUFSIZE]; /* log file record buffer */
+-char tmp_buf[BUFSIZE]; /* used to temp save above */
+-struct utsname system_info; /* system info structure */
++extern char buffer[BUFSIZE]; /* log file record buffer */
++extern char tmp_buf[BUFSIZE]; /* used to temp save above */
++extern struct utsname system_info; /* system info structure */
+
+ int raiseSigChild = 1;
+