gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -do not duplicate postgres cpp f


From: gnunet
Subject: [taler-merchant] branch master updated: -do not duplicate postgres cpp flags
Date: Mon, 19 Dec 2022 13:30:00 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new c35074bf -do not duplicate postgres cpp flags
     new 86323f31 Merge branch 'master' of git+ssh://git.taler.net/merchant
c35074bf is described below

commit c35074bffd2fb38539deca64890fcece2f048e56
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Dec 19 13:29:47 2022 +0100

    -do not duplicate postgres cpp flags
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5293f3f4..deff51ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,7 +124,7 @@ AS_CASE([$with_exchange],
         [yes], [],
         [no], [AC_MSG_ERROR([--with-exchange is required])],
         [LDFLAGS="-L$with_exchange/lib $LDFLAGS"
-         CPPFLAGS="-I$with_exchange/include $CPPFLAGS $POSTGRESQL_CPPFLAGS"])
+         CPPFLAGS="-I$with_exchange/include $CPPFLAGS"])
 
 CPPFLAGS="$CPPFLAGS $POSTGRESQL_CPPFLAGS"
 

-- 
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]