Skip to Content.
Sympa Menu

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

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 (4173f4b64b3703576563dd7bdee7ce42d2f10509)
  • Date: Mon, 27 Dec 2021 13:49:51 +0000

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

crypto/gnutls/DETAILS | 2 +-
crypto/gnutls/HISTORY | 4 ++++
crypto/gnutls/PRE_BUILD | 5 +++++
3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 4173f4b64b3703576563dd7bdee7ce42d2f10509
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gnutls: Disable installation of .la files

diff --git a/crypto/gnutls/DETAILS b/crypto/gnutls/DETAILS
index 0ceeeea..78f09a9 100755
--- a/crypto/gnutls/DETAILS
+++ b/crypto/gnutls/DETAILS
@@ -1,5 +1,5 @@
SPELL=gnutls
- PATCHLEVEL=1
+ PATCHLEVEL=2
if [[ -z $GNUTLS_BRANCH ]]; then
GNUTLS_BRANCH="stable"
fi
diff --git a/crypto/gnutls/HISTORY b/crypto/gnutls/HISTORY
index 0e377bf..e617865 100644
--- a/crypto/gnutls/HISTORY
+++ b/crypto/gnutls/HISTORY
@@ -1,3 +1,7 @@
+2021-12-27 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+ * DETAILS: PATCHLEVEL++
+
2021-08-14 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 3.7.2

diff --git a/crypto/gnutls/PRE_BUILD b/crypto/gnutls/PRE_BUILD
new file mode 100755
index 0000000..e352e2c
--- /dev/null
+++ b/crypto/gnutls/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# disable instalation of libtool pseudo-libraries
+sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d' \
+ build-aux/ltmain.sh



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4173f4b64b3703576563dd7bdee7ce42d2f10509), Ismael Luceno, 12/27/2021

Archive powered by MHonArc 2.6.24.

Top of Page