From 759c5c3abb3c5ec877cba01db5da6be68252fe7e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 29 May 2024 22:02:06 -0500 Subject: user/liblbxutil: Patch for -fno-common No upstream any more, so not submitted. --- user/liblbxutil/gcc10.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 user/liblbxutil/gcc10.patch (limited to 'user/liblbxutil/gcc10.patch') diff --git a/user/liblbxutil/gcc10.patch b/user/liblbxutil/gcc10.patch new file mode 100644 index 000000000..5e9b99d91 --- /dev/null +++ b/user/liblbxutil/gcc10.patch @@ -0,0 +1,18 @@ +--- liblbxutil-1.1.0/src/lbx_zlib/lbx_zlib.h.old 2009-11-02 23:52:21.000000000 -0600 ++++ liblbxutil-1.1.0/src/lbx_zlib/lbx_zlib.h 2024-05-29 21:33:09.169332780 -0500 +@@ -136,9 +136,9 @@ + #endif + + /* lbx_zlib.c */ +-unsigned long stream_out_compressed; +-unsigned long stream_out_uncompressed; +-unsigned long stream_out_plain; +-unsigned long stream_in_compressed; +-unsigned long stream_in_uncompressed; +-unsigned long stream_in_plain; ++extern unsigned long stream_out_compressed; ++extern unsigned long stream_out_uncompressed; ++extern unsigned long stream_out_plain; ++extern unsigned long stream_in_compressed; ++extern unsigned long stream_in_uncompressed; ++extern unsigned long stream_in_plain; -- cgit v1.2.3-70-g09d2