[Commits] [SCM] claws branch, master, updated. 4.2.0-47-g1b0d426f1

mones at claws-mail.org mones at claws-mail.org
Mon Feb 12 18:50:14 UTC 2024


The branch, master has been updated
       via  1b0d426f1ef2aed53c34fb56da7191f02303e701 (commit)
      from  eff1091802b80bfb76f72e4c8005d6d87f99141c (commit)

Summary of changes:
 configure.ac    | 1 +
 src/Makefile.am | 1 +
 2 files changed, 2 insertions(+)


- Log -----------------------------------------------------------------
commit 1b0d426f1ef2aed53c34fb56da7191f02303e701
Author: Olaf Hering <olaf at aepfle.de>
Date:   Mon Feb 12 19:49:31 2024 +0100

    Use CFLAGS provided by nettle.pc
    
    In case nettle requires any CFLAGS, use them as well.
    
    Signed-off-by: Olaf Hering <olaf at aepfle.de>

diff --git a/configure.ac b/configure.ac
index f496e109f..a45769b9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -520,6 +520,7 @@ fi
 
 PKG_CHECK_MODULES(NETTLE, nettle)
 AC_SUBST(NETTLE_LIBS)
+AC_SUBST(NETTLE_CFLAGS)
 
 AC_ARG_WITH(passcrypt-key, [  --with-passcrypt-key=KEY     Key used to encode passwords (8 byte string)],
 	    with_passcrypt_key="$withval", with_passcrypt_key="passkey0")
diff --git a/src/Makefile.am b/src/Makefile.am
index 565d1e7ea..5f7217b78 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -622,6 +622,7 @@ AM_CPPFLAGS = \
 	$(ENCHANT_CFLAGS) \
 	$(GTK_CFLAGS) \
 	$(GNUTLS_CFLAGS) \
+	$(NETTLE_CFLAGS) \
 	$(GPGME_CFLAGS) \
 	$(LIBETPAN_CPPFLAGS) \
 	$(STARTUP_NOTIFICATION_CFLAGS) \

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list