summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2020-11-13 19:05:29 +0100
committerThomas Orgis2020-11-13 19:05:29 +0100
commitd19a85ab85d56446a233eb872c949eedbb452530 (patch)
treec87b433e808992293410df3dbad7348a1224e1fd
parent7121985ad68642ac4993634ca31393d095a65401 (diff)
libnsl: drop .la
-rwxr-xr-xlibs/libnsl/BUILD6
-rwxr-xr-xlibs/libnsl/DETAILS1
-rw-r--r--libs/libnsl/HISTORY4
3 files changed, 11 insertions, 0 deletions
diff --git a/libs/libnsl/BUILD b/libs/libnsl/BUILD
new file mode 100755
index 0000000000..9cf63182d7
--- /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 935cf46958..bba59b2770 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 7cc6ced7f5..754edd0d95 100644
--- a/libs/libnsl/HISTORY
+++ b/libs/libnsl/HISTORY
@@ -1,3 +1,7 @@
+2020-11-13 Thomas Orgis <sobukus@sourcemage.org>
+ * BUILD: added, to drop .la files
+ * DETAILS: ++PATCHLEVEL
+
2019-05-18 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/