gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 01/05: testzzuf: fixed missing CPPFLAGS from configure


From: gnunet
Subject: [libmicrohttpd] 01/05: testzzuf: fixed missing CPPFLAGS from configure
Date: Sun, 30 Oct 2022 13:07:56 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 0458e0d2a3fd6cf25a6d3fe4c317933eb5e66125
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Oct 17 12:01:17 2022 +0300

    testzzuf: fixed missing CPPFLAGS from configure
---
 src/testzzuf/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testzzuf/Makefile.am b/src/testzzuf/Makefile.am
index db85c679..12154dc2 100644
--- a/src/testzzuf/Makefile.am
+++ b/src/testzzuf/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS  = .
 AM_CPPFLAGS = \
   -I$(top_srcdir)/src/include \
   -DMHD_CPU_COUNT=$(CPU_COUNT) \
-  $(LIBCURL_CPPFLAGS)
+  $(CPPFLAGS_ac) $(LIBCURL_CPPFLAGS)
 
 AM_CFLAGS = $(CFLAGS_ac) @LIBGCRYPT_CFLAGS@
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]