gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. c2


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. c2fa486399f61bb3add6525980e2a32bd391e44b
Date: Thu, 24 Nov 2016 17:21:13 +0100 (CET)

The branch, master has been updated
       via  c2fa486399f61bb3add6525980e2a32bd391e44b (commit)
      from  92a6b87757fbd9420afcd24d7fcf0d0f1792c337 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c2fa486399f61bb3add6525980e2a32bd391e44b
Author: Evgeny Grin (Karlson2k) <address@hidden>
Date:   Thu Nov 24 19:20:43 2016 +0300

    test_upgrade: fixed compiler flags

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

Summary of changes:
 src/microhttpd/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 76ec80a..03a6b09 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -180,7 +180,7 @@ test_upgrade_SOURCES = \
 test_upgrade_CPPFLAGS = \
   $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
 test_upgrade_CFLAGS = \
-  $(AM_CFLAGS) $(PTHREAD_CFLAGS)
+  $(AM_CFLAGS) $(PTHREAD_CFLAGS) $(GNUTLS_CFLAGS)
 test_upgrade_LDFLAGS = \
   $(GNUTLS_LDFLAGS)
 test_upgrade_LDADD = \
@@ -192,7 +192,7 @@ test_upgrade_tls_SOURCES = \
 test_upgrade_tls_CPPFLAGS = \
   $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
 test_upgrade_tls_CFLAGS = \
-  $(AM_CFLAGS) $(PTHREAD_CFLAGS)
+  $(AM_CFLAGS) $(PTHREAD_CFLAGS) $(GNUTLS_CFLAGS)
 test_upgrade_tls_LDFLAGS = \
   $(GNUTLS_LDFLAGS)
 test_upgrade_tls_LDADD = \


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

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