Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d19a85ab85d56446a233eb872c949eedbb452530)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d19a85ab85d56446a233eb872c949eedbb452530)
  • Date: Fri, 13 Nov 2020 18:09:43 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

libs/libnsl/BUILD | 6 ++++++
libs/libnsl/DETAILS | 1 +
libs/libnsl/HISTORY | 4 ++++
3 files changed, 11 insertions(+)

New commits:
commit d19a85ab85d56446a233eb872c949eedbb452530
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libnsl: drop .la

diff --git a/libs/libnsl/BUILD b/libs/libnsl/BUILD
new file mode 100755
index 0000000..9cf6318
--- /dev/null
+++ b/libs/libnsl/BUILD
@@ -0,0 +1,6 @@
+# This is such a basic system lib that existing .la
+# files are very uncommon and confuse more than help.
+default_build_configure &&
+find . -name Makefile \
+| xargs sed -i
's,^\(LIBTOOL[[:space:]]*=[[:space:]]*\),\1'"$GRIMOIRE"'/libtool-nola ,' &&
+default_build_make
diff --git a/libs/libnsl/DETAILS b/libs/libnsl/DETAILS
index 935cf46..bba59b2 100755
--- a/libs/libnsl/DETAILS
+++ b/libs/libnsl/DETAILS
@@ -1,5 +1,6 @@
SPELL=libnsl
VERSION=1.2.0
+ PATCHLEVEL=1

SOURCE_HASH=sha512:30115aa679a04ad01f55cff9dd1890b4c41c730a9bac2adab5add9ae03a0b4687c5f4b6e3b8652ecbb074eefac8faee3f1f13ea60d42cf4432db8a575ca72cd8
SOURCE="${SPELL}-${VERSION}.tar.gz"
#SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-$SPELL-${VERSION}"
diff --git a/libs/libnsl/HISTORY b/libs/libnsl/HISTORY
index 7cc6ced..754edd0 100644
--- a/libs/libnsl/HISTORY
+++ b/libs/libnsl/HISTORY
@@ -1,3 +1,7 @@
+2020-11-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: added, to drop .la files
+ * DETAILS: ++PATCHLEVEL
+
2019-05-18 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d19a85ab85d56446a233eb872c949eedbb452530), Thomas Orgis, 11/13/2020

Archive powered by MHonArc 2.6.24.

Top of Page