]> git.pld-linux.org Git - packages/gammu.git/blame - gammu-libpq_dir.patch
- upgraded to 1.10.3
[packages/gammu.git] / gammu-libpq_dir.patch
CommitLineData
d7b7d486 1--- gammu-1.09.19/gammu/smsd/smsdcore.h.orig 2007-02-06 17:36:07.000000000 +0100
2+++ gammu-1.09.19/gammu/smsd/smsdcore.h 2007-02-15 12:45:03.073571004 +0100
3@@ -13,11 +13,7 @@
4 #endif
5
6 #ifdef HAVE_POSTGRESQL_LIBPQ_FE_H
7-#ifdef WIN32
8-# include <libpq-fe.h>
9-#else
10-# include <postgresql/libpq-fe.h>
11-#endif
12+# include <libpq-fe.h>
13 #endif
14
15 #include "../../common/service/sms/gsmsms.h"
69ac0cfb
TP
16--- gammu-1.10.3/cfg/autoconf/configure.in.orig 2007-04-16 15:49:28.000000000 +0200
17+++ gammu-1.10.3/cfg/autoconf/configure.in 2007-04-20 22:07:30.000000000 +0200
18@@ -115,7 +115,7 @@
19 AC_ARG_ENABLE(pgsql,
20 [ --disable-pgsql Disable postgreSQL support in SMSD],
21 [pgsql="no"],
22- [AC_CHECK_HEADERS(postgresql/libpq-fe.h,
23+ [AC_CHECK_HEADERS(libpq-fe.h,
24 [pgsql="yes"
25 SMSD_LIBS="$SMSD_LIBS -L$(pg_config --libdir) -lpq"],
26 [pgsql="no"])
This page took 0.03434 seconds and 4 git commands to generate.