Skip to Content.
Sympa Menu

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

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 (79b04b81b422435c4ae642f0f5ee2c5b85ea58ae)
  • Date: Sat, 4 Apr 2020 15:07:24 +0000

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

disk/mtools/DEPENDS | 7 +++++++
disk/mtools/HISTORY | 3 +++
shell-term-fm/bash/DEPENDS | 4 ++++
shell-term-fm/bash/HISTORY | 3 +++
4 files changed, 17 insertions(+)

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

bash: Fix build against musl

commit 5e9bcabfa37e1e574f505d19ebf2901d44055fd6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mtools: Fix build against musl

diff --git a/disk/mtools/DEPENDS b/disk/mtools/DEPENDS
index 0a88285..760ba7c 100755
--- a/disk/mtools/DEPENDS
+++ b/disk/mtools/DEPENDS
@@ -1 +1,8 @@
+export LIBS=
+case "$HOST" in
+*-musl)
+ depends libiconv &&
+ LIBS+=' -liconv'
+ ;;
+esac &&
depends texinfo
diff --git a/disk/mtools/HISTORY b/disk/mtools/HISTORY
index 5b3f491..97b45dd 100644
--- a/disk/mtools/HISTORY
+++ b/disk/mtools/HISTORY
@@ -1,3 +1,6 @@
+2020-04-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fixed build against musl
+
2020-03-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.0.24

diff --git a/shell-term-fm/bash/DEPENDS b/shell-term-fm/bash/DEPENDS
index 95dca98..5efbf19 100755
--- a/shell-term-fm/bash/DEPENDS
+++ b/shell-term-fm/bash/DEPENDS
@@ -1,5 +1,9 @@
. "$GRIMOIRE/FUNCTIONS" &&

+case "$HOST" in
+*-musl) depends libiconv ;;
+esac &&
+
depends "readline" "--with-installed-readline" &&
depends "ncurses" "--with-curses"
depends smgl-fhs &&
diff --git a/shell-term-fm/bash/HISTORY b/shell-term-fm/bash/HISTORY
index 7dddb22..af850ec 100644
--- a/shell-term-fm/bash/HISTORY
+++ b/shell-term-fm/bash/HISTORY
@@ -1,3 +1,6 @@
+2020-04-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fixed build against musl
+
2020-02-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.0.16




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (79b04b81b422435c4ae642f0f5ee2c5b85ea58ae), Ismael Luceno, 04/04/2020

Archive powered by MHonArc 2.6.24.

Top of Page