Skip to Content.
Sympa Menu

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

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 (aed074091bc20de5832e6b5516ceae06495a744a)
  • Date: Tue, 29 Jun 2021 17:13:45 +0000

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

shell-term-fm/nnn/BUILD | 4 ++++
shell-term-fm/nnn/DEPENDS | 5 +++++
shell-term-fm/nnn/HISTORY | 3 +++
3 files changed, 12 insertions(+)

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

nnn: Use musl-fts when building against musl

diff --git a/shell-term-fm/nnn/BUILD b/shell-term-fm/nnn/BUILD
index a836cd1..03bf234 100755
--- a/shell-term-fm/nnn/BUILD
+++ b/shell-term-fm/nnn/BUILD
@@ -1 +1,5 @@
+export LDLIBS= &&
+if is_depends_enabled "$SPELL" musl-fts; then
+ LDLIBS+=' -lfts'
+fi &&
make CFLAGS_OPTIMIZATION=
diff --git a/shell-term-fm/nnn/DEPENDS b/shell-term-fm/nnn/DEPENDS
index c7e8a3f..abb8d0e 100755
--- a/shell-term-fm/nnn/DEPENDS
+++ b/shell-term-fm/nnn/DEPENDS
@@ -1,3 +1,8 @@
+case "$HOST" in
+ (*-musl)
+ depends musl-fts
+ ;;
+esac &&
depends ncurses &&

suggest_depends TEXT-EDITOR "" "" "to open/edit text files" &&
diff --git a/shell-term-fm/nnn/HISTORY b/shell-term-fm/nnn/HISTORY
index 9a1c6e2..164d718 100644
--- a/shell-term-fm/nnn/HISTORY
+++ b/shell-term-fm/nnn/HISTORY
@@ -1,3 +1,6 @@
+2021-06-29 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS: use musl-fts when building against musl
+
2021-06-03 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 4.1.1




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (aed074091bc20de5832e6b5516ceae06495a744a), Ismael Luceno, 06/29/2021

Archive powered by MHonArc 2.6.24.

Top of Page