summaryrefslogtreecommitdiffstats
path: root/shell-term-fm
diff options
context:
space:
mode:
authorIsmael Luceno2021-02-13 23:10:43 +0100
committerIsmael Luceno2021-02-13 23:12:02 +0100
commitdcf137eac11a793aaf4a357ed60a52958838c62b (patch)
tree4a26953ce1d52d71065a515096c44d8cb2868b1f /shell-term-fm
parente9e5c97e7c5ceedbeb0936e58ec6e0e233a16506 (diff)
dash: Fix build with GCC 10
Diffstat (limited to 'shell-term-fm')
-rwxr-xr-xshell-term-fm/dash/BUILD2
-rw-r--r--shell-term-fm/dash/HISTORY3
2 files changed, 5 insertions, 0 deletions
diff --git a/shell-term-fm/dash/BUILD b/shell-term-fm/dash/BUILD
index 68728ea5f4..7e307f1135 100755
--- a/shell-term-fm/dash/BUILD
+++ b/shell-term-fm/dash/BUILD
@@ -1,2 +1,4 @@
+# FIXME fix duplicated `el` symbol in histedit.o
+CFLAGS+=' -fcommon' &&
OPTS="--bindir=$INSTALL_ROOT/bin $OPTS $DASH_OPTS" &&
default_build
diff --git a/shell-term-fm/dash/HISTORY b/shell-term-fm/dash/HISTORY
index e804b05a00..ccb350118c 100644
--- a/shell-term-fm/dash/HISTORY
+++ b/shell-term-fm/dash/HISTORY
@@ -1,3 +1,6 @@
+2021-02-13 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD: Fixed build with GCC 10
+
2014-10-31 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.5.8; added SECURITY_PATCH for forgotten
post-0.5.4 update (CVE-2009-0854)