From d19a85ab85d56446a233eb872c949eedbb452530 Mon Sep 17 00:00:00 2001 From: Thomas Orgis Date: Fri, 13 Nov 2020 19:05:29 +0100 Subject: libnsl: drop .la --- libs/libnsl/BUILD | 6 ++++++ libs/libnsl/DETAILS | 1 + libs/libnsl/HISTORY | 4 ++++ 3 files changed, 11 insertions(+) create mode 100755 libs/libnsl/BUILD 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 + * BUILD: added, to drop .la files + * DETAILS: ++PATCHLEVEL + 2019-05-18 Ismael Luceno * DEPENDS: Update dependency; s/gettext/GETTEXT/ -- cgit v1.2.3