[Commits] [SCM] claws branch, gtk2, updated. 3.20.0-46-g0d5ae5b82

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


The branch, gtk2 has been updated
       via  0d5ae5b82c9497763b46e82e23c5a6027b0fa422 (commit)
      from  4d908b72ddb3f649a60bfaa04e2bf5377aa7debc (commit)

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


- Log -----------------------------------------------------------------
commit 0d5ae5b82c9497763b46e82e23c5a6027b0fa422
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 e8a787fa5..2163be2c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -528,6 +528,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