gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r38051 - in gnunet: . src/include


From: gnunet
Subject: [GNUnet-SVN] r38051 - in gnunet: . src/include
Date: Fri, 30 Sep 2016 17:07:38 +0200

Author: tg
Date: 2016-09-30 17:07:38 +0200 (Fri, 30 Sep 2016)
New Revision: 38051

Modified:
   gnunet/configure.ac
   gnunet/src/include/gnunet_postgres_lib.h
   gnunet/src/include/gnunet_pq_lib.h
Log:
postgresql cflags

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2016-09-30 13:48:27 UTC (rev 38050)
+++ gnunet/configure.ac 2016-09-30 15:07:38 UTC (rev 38051)
@@ -798,6 +798,7 @@
 postgres=false
 AX_LIB_POSTGRESQL([])
 if test "$found_postgresql" = "yes"; then
+  CFLAGS="$CFLAGS $POSTGRESQL_CPPFLAGS"
   CPPFLAGS="$CPPFLAGS $POSTGRESQL_CPPFLAGS"
   AC_CHECK_HEADERS([libpq-fe.h],
     postgres=true)

Modified: gnunet/src/include/gnunet_postgres_lib.h
===================================================================
--- gnunet/src/include/gnunet_postgres_lib.h    2016-09-30 13:48:27 UTC (rev 
38050)
+++ gnunet/src/include/gnunet_postgres_lib.h    2016-09-30 15:07:38 UTC (rev 
38051)
@@ -31,7 +31,7 @@
 #define GNUNET_POSTGRES_LIB_H
 
 #include "gnunet_util_lib.h"
-#include <postgresql/libpq-fe.h>
+#include <libpq-fe.h>
 
 #ifdef __cplusplus
 extern "C"

Modified: gnunet/src/include/gnunet_pq_lib.h
===================================================================
--- gnunet/src/include/gnunet_pq_lib.h  2016-09-30 13:48:27 UTC (rev 38050)
+++ gnunet/src/include/gnunet_pq_lib.h  2016-09-30 15:07:38 UTC (rev 38051)
@@ -21,7 +21,7 @@
 #ifndef GNUNET_PQ_LIB_H_
 #define GNUNET_PQ_LIB_H_
 
-#include <postgresql/libpq-fe.h>
+#include <libpq-fe.h>
 #include "gnunet_util_lib.h"
 
 




reply via email to

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