Skip to Content.
Sympa Menu

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

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 (c8a98445b29bfcbb935c90f2914c5e4eecfd3f5f)
  • Date: Thu, 24 Mar 2022 12:56:28 +0000

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

mail/claws-mail/BUILD | 2 +-
mail/claws-mail/HISTORY | 4 ++++
mail/claws-mail/PRE_BUILD | 5 ++++-
3 files changed, 9 insertions(+), 2 deletions(-)

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

claws-mail: Disable installation of .la files

commit e0b9f1454207c772f6b0d8cce314238b753b8521
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

claws-mail: Do not build static plugins

diff --git a/mail/claws-mail/BUILD b/mail/claws-mail/BUILD
index eaf1cb9..707d61a 100755
--- a/mail/claws-mail/BUILD
+++ b/mail/claws-mail/BUILD
@@ -1,2 +1,2 @@
-OPTS+=" $CLAWSMAIL_OPTS" &&
+OPTS+=" $CLAWSMAIL_OPTS --disable-static" &&
default_build
diff --git a/mail/claws-mail/HISTORY b/mail/claws-mail/HISTORY
index 027dc5e..ab5f4ff 100644
--- a/mail/claws-mail/HISTORY
+++ b/mail/claws-mail/HISTORY
@@ -1,3 +1,7 @@
+2022-03-24 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: disable building static plugins (not usable)
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+
2022-03-23 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 4.0.0
* DEPENDS, CONFIGURE: switched to gtk+3
diff --git a/mail/claws-mail/PRE_BUILD b/mail/claws-mail/PRE_BUILD
index 8ad3898..9ddd862 100755
--- a/mail/claws-mail/PRE_BUILD
+++ b/mail/claws-mail/PRE_BUILD
@@ -4,4 +4,7 @@ cd ${SOURCE_DIRECTORY} &&
if is_depends_enabled ${SPELL} "gnutls" && [[ $(installed_version "gnutls")
== 3.0.* ]]
then
sed -i "s:gnutls_transport_set_lowat:// gnutls_transport_set_lowat:g"
src/common/ssl.c
-fi
+fi &&
+# disable instalation of libtool pseudo-libraries
+sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d' \
+ config/ltmain.sh



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c8a98445b29bfcbb935c90f2914c5e4eecfd3f5f), Ismael Luceno, 03/24/2022

Archive powered by MHonArc 2.6.24.

Top of Page