summarylogtreecommitdiffstats
path: root/0001-Temporary-fix-for-compilation-with-GCC-10.patch
diff options
context:
space:
mode:
authorMichael Lass2021-01-15 09:10:42 +0100
committerMichael Lass2021-01-15 09:10:42 +0100
commit84897ed5bfa857b7dc37a8e6132ff3df9af75b9d (patch)
tree618b1ac12419cec31576f716cc720609724f03cb /0001-Temporary-fix-for-compilation-with-GCC-10.patch
parent72f805106b205c02bb34622f75bdd69406053026 (diff)
downloadaur-84897ed5bfa857b7dc37a8e6132ff3df9af75b9d.tar.gz
Update to 1.8.7
While here, replace the custom GCC 10 patch by the one merged upstream.
Diffstat (limited to '0001-Temporary-fix-for-compilation-with-GCC-10.patch')
-rw-r--r--0001-Temporary-fix-for-compilation-with-GCC-10.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/0001-Temporary-fix-for-compilation-with-GCC-10.patch b/0001-Temporary-fix-for-compilation-with-GCC-10.patch
deleted file mode 100644
index 75eb808b4c5b..000000000000
--- a/0001-Temporary-fix-for-compilation-with-GCC-10.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 81c4f50914bd0f696a0a6c356982e97594bd2c77 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Michael=20La=C3=9F?= <lass@mail.uni-paderborn.de>
-Date: Tue, 19 May 2020 16:17:01 +0200
-Subject: [PATCH 1/8] Temporary fix for compilation with GCC 10
-
-See:
-* https://bugs.gentoo.org/706738
-* https://gerrit.openafs.org/14106
-
-Backporting that fix to OpenAFS 1.8 requires some changes in the xstat
-code so for now let's just allow duplicate declarations.
-
-Change-Id: I0bbf317dcf584d5531db714c5e9b986f3fbb6a0b
----
- src/cf/osconf.m4 | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/cf/osconf.m4 b/src/cf/osconf.m4
-index 5f0d73fc2..7cf761757 100644
---- a/src/cf/osconf.m4
-+++ b/src/cf/osconf.m4
-@@ -681,6 +681,8 @@ if test "x$GCC" = "xyes"; then
- else
- CFLAGS_NOSTRICT=
- fi
-+ else
-+ XCFLAGS="${XCFLAGS} -fcommon"
- fi
- else
- case $AFS_SYSNAME in
---
-2.30.0
-