Skip to Content.
Sympa Menu

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

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 (15c33b34223eada05dd0152faee7e893b4985356)
  • Date: Wed, 22 May 2019 23:33:19 +0000

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

libs/ncurses/HISTORY | 3 +++
libs/ncurses/INSTALL | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

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

ncurses: Run ldconfig only with glibc

diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY
index 560aa5e..1d987b2 100644
--- a/libs/ncurses/HISTORY
+++ b/libs/ncurses/HISTORY
@@ -1,3 +1,6 @@
+2019-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * INSTALL: Run ldconfig only with glibc
+
2019-01-30 Pavel Vinogradov <public AT sourcemage.org>
* INSTALL: removed dead symlink creation

diff --git a/libs/ncurses/INSTALL b/libs/ncurses/INSTALL
index 1511f4f..ea05b91 100755
--- a/libs/ncurses/INSTALL
+++ b/libs/ncurses/INSTALL
@@ -67,4 +67,4 @@ for i in form menu ncurses++ ncurses panel; do
ln -sf /usr/share/pkgconfig/${i}w.pc /usr/share/pkgconfig/${i}.pc
done &&

-ldconfig
+case "$HOST" in *-gnu) ldconfig;; esac



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (15c33b34223eada05dd0152faee7e893b4985356), Ismael Luceno, 05/22/2019

Archive powered by MHonArc 2.6.24.

Top of Page