gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: order of CFLAGS
Date: Wed, 26 Jun 2019 22:10:59 +0200

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

dold pushed a commit to branch master
in repository exchange.

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

commit bb432724fcaefaabbcf24a880e71375b95ae6cb1
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jun 26 22:10:55 2019 +0200

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

diff --git a/configure.ac b/configure.ac
index 55fe6113..1b58b1f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ 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]