From f11e9f154140bf1d042a9f7fce069e21c3eda2b7 Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Tue, 20 Jul 2021 11:42:55 +0200 Subject: lang/spl: patch and unbreak with -fno-common PR: 257295 --- lang/spl/files/patch-libspl.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/spl/files/patch-libspl.c (limited to 'lang/spl/files/patch-libspl.c') diff --git a/lang/spl/files/patch-libspl.c b/lang/spl/files/patch-libspl.c new file mode 100644 index 000000000000..e1519edf96ba --- /dev/null +++ b/lang/spl/files/patch-libspl.c @@ -0,0 +1,10 @@ +--- libspl.c.orig 2021-07-20 09:38:16 UTC ++++ libspl.c +@@ -27,6 +27,7 @@ USA. + #include + #include + ++#define GLOBAL + #include "spl.h" + #include "strutils.h" + -- cgit v1.2.3