gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: fix order of CFLAGS


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: fix order of CFLAGS
Date: Wed, 26 Jun 2019 22:11:31 +0200

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 2b8042c  fix order of CFLAGS
2b8042c is described below

commit 2b8042c61a5089bc5bc9ee5789b42e143d4efd9b
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jun 26 22:11:26 2019 +0200

    fix order of CFLAGS
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e0e3ef3..a5bb3be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ AS_IF([test "x$doc_only" != xyes],[
 AC_PROG_CC
 AC_PROG_CC_C99
 
-CFLAGS="-Wall $CFLAGS -Wno-address-of-packed-member"
+CFLAGS="-Wall -Wno-address-of-packed-member $CFLAGS"
 
 # Checks for header files.
 AC_CHECK_HEADERS([stdint.h stdlib.h string.h unistd.h])

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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