summaryrefslogtreecommitdiffstats
path: root/archive
diff options
context:
space:
mode:
authorFlorian Franzmann2020-07-20 21:47:58 +0200
committerFlorian Franzmann2020-07-20 21:47:58 +0200
commitc48d9e1bedfe06612235b17bc0ef9df0af94c280 (patch)
treed449a4dd4266af439a1d13faf146fa9d2b8ea8a7 /archive
parent368522b14543dcb8af591c587e84263256aba5b7 (diff)
archive/sharutils: work around linking error with gcc 10
Diffstat (limited to 'archive')
-rwxr-xr-xarchive/sharutils/BUILD4
-rw-r--r--archive/sharutils/HISTORY3
2 files changed, 7 insertions, 0 deletions
diff --git a/archive/sharutils/BUILD b/archive/sharutils/BUILD
new file mode 100755
index 0000000000..0b55cf8bd0
--- /dev/null
+++ b/archive/sharutils/BUILD
@@ -0,0 +1,4 @@
+CFLAGS+=" -fcommon" &&
+CXXFLAGS+=" -fcommon" &&
+
+default_build
diff --git a/archive/sharutils/HISTORY b/archive/sharutils/HISTORY
index e73aecbe86..462f0b4487 100644
--- a/archive/sharutils/HISTORY
+++ b/archive/sharutils/HISTORY
@@ -1,3 +1,6 @@
+2020-07-20 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD: work around linking error with gcc 10
+
2020-06-28 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* PRE_BUILD: fix a heap buffer overflow, fix from LFS
* DETAILS: SECURITY_PATCH++