summaryrefslogtreecommitdiff
path: root/net-fs/davfs2/files/davfs2-1.5.5-gcc-10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/davfs2/files/davfs2-1.5.5-gcc-10.patch')
-rw-r--r--net-fs/davfs2/files/davfs2-1.5.5-gcc-10.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-fs/davfs2/files/davfs2-1.5.5-gcc-10.patch b/net-fs/davfs2/files/davfs2-1.5.5-gcc-10.patch
deleted file mode 100644
index 56b0bab44918..000000000000
--- a/net-fs/davfs2/files/davfs2-1.5.5-gcc-10.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Handle building with '-fno-common' for gcc 10.
-See: https://bugs.gentoo.org/706356
-
-
---- a/src/dav_coda.c
-+++ b/src/dav_coda.c
-@@ -99,3 +99,3 @@ static size_t alignment;
- /* Send debug messages to syslog if != 0. */
--int debug;
-+static int debug;
-
---- a/src/dav_fuse.c
-+++ b/src/dav_fuse.c
-@@ -86,3 +86,3 @@ static uint64_t root;
- /* Send debug messages to syslog if != 0. */
--int debug;
-+static int debug;
-