Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (899ca98ed3f69d73c64928623ea106e3dbbb5fc1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (899ca98ed3f69d73c64928623ea106e3dbbb5fc1)
  • Date: Mon, 26 Sep 2022 23:48:28 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/readline/BUILD | 2 +-
libs/readline/HISTORY | 1 +
libs/readline/PRE_BUILD | 4 +---
3 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 899ca98ed3f69d73c64928623ea106e3dbbb5fc1
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/readline: fixed linking against termcap/ncurses via configure flag

diff --git a/libs/readline/BUILD b/libs/readline/BUILD
index eefc216..cb1ed66 100755
--- a/libs/readline/BUILD
+++ b/libs/readline/BUILD
@@ -6,5 +6,5 @@
--libdir=${TRACK_ROOT}/lib \
--infodir=${TRACK_ROOT}/usr/share/info \
--mandir=${TRACK_ROOT}/usr/share/man \
- $OPTS &&
+ --with-shared-termcap-library ${OPTS} &&
make DESTDIR=$INSTALL_ROOT
diff --git a/libs/readline/HISTORY b/libs/readline/HISTORY
index f34a19d..3133825 100644
--- a/libs/readline/HISTORY
+++ b/libs/readline/HISTORY
@@ -1,5 +1,6 @@
2022-09-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 8.2
+ * BUILD, PRE_BUILD: replaced sed script with configure flag

2022-01-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 8.1.2
diff --git a/libs/readline/PRE_BUILD b/libs/readline/PRE_BUILD
index 597afc3..a95de8b 100755
--- a/libs/readline/PRE_BUILD
+++ b/libs/readline/PRE_BUILD
@@ -1,6 +1,4 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
# apply upstream patches
-apply_patch_dir patches &&
-# Dynamically link against termcap or ncurses
-sed -i "s/SHLIB_LIBS =/SHLIB_LIBS = @TERMCAP_LIB@/" shlib/Makefile.in
+apply_patch_dir patches



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (899ca98ed3f69d73c64928623ea106e3dbbb5fc1), Pavel Vinogradov, 09/26/2022

Archive powered by MHonArc 2.6.24.

Top of Page