Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dcf137eac11a793aaf4a357ed60a52958838c62b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dcf137eac11a793aaf4a357ed60a52958838c62b)
  • Date: Sat, 13 Feb 2021 22:06:31 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

shell-term-fm/dash/BUILD | 2 ++
shell-term-fm/dash/HISTORY | 3 +++
2 files changed, 5 insertions(+)

New commits:
commit dcf137eac11a793aaf4a357ed60a52958838c62b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dash: Fix build with GCC 10

diff --git a/shell-term-fm/dash/BUILD b/shell-term-fm/dash/BUILD
index 68728ea..7e307f1 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 e804b05..ccb3501 100644
--- a/shell-term-fm/dash/HISTORY
+++ b/shell-term-fm/dash/HISTORY
@@ -1,3 +1,6 @@
+2021-02-13 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Fixed build with GCC 10
+
2014-10-31 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.5.8; added SECURITY_PATCH for forgotten
post-0.5.4 update (CVE-2009-0854)



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dcf137eac11a793aaf4a357ed60a52958838c62b), Ismael Luceno, 02/13/2021

Archive powered by MHonArc 2.6.24.

Top of Page