]> git.pld-linux.org Git - packages/gammu.git/commitdiff
- Added patch gammu-libpq_dir for Gammu
authorbeorn <beorn@pld-linux.org>
Fri, 2 Mar 2007 13:59:47 +0000 (13:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Updated patch gammu-no_nss for Gammu 1.10.0

Changed files:
    gammu-libpq_dir.patch -> 1.1
    gammu-no_nss.patch -> 1.6

gammu-libpq_dir.patch [new file with mode: 0644]
gammu-no_nss.patch

diff --git a/gammu-libpq_dir.patch b/gammu-libpq_dir.patch
new file mode 100644 (file)
index 0000000..4787103
--- /dev/null
@@ -0,0 +1,15 @@
+--- gammu-1.09.19/gammu/smsd/smsdcore.h.orig   2007-02-06 17:36:07.000000000 +0100
++++ gammu-1.09.19/gammu/smsd/smsdcore.h        2007-02-15 12:45:03.073571004 +0100
+@@ -13,11 +13,7 @@
+ #endif
+ #ifdef HAVE_POSTGRESQL_LIBPQ_FE_H
+-#ifdef WIN32
+-#  include <libpq-fe.h>
+-#else
+-#  include <postgresql/libpq-fe.h>
+-#endif
++#  include <libpq-fe.h>
+ #endif
+ #include "../../common/service/sms/gsmsms.h"
index 810f3e55f9f830e9b818bb772e19156a9386f217..0fc02359419553d4e67461fc7dbcfb96e2eb35bf 100644 (file)
@@ -1,11 +1,11 @@
---- gammu-1.06.00/cfg/Makefile.cfg.wiget       2006-04-18 22:35:39.000000000 +0200
-+++ gammu-1.06.00/cfg/Makefile.cfg     2006-04-24 23:09:26.000000000 +0200
-@@ -11,7 +11,7 @@
- ECHO            = /bin/echo
+--- gammu-1.09.19/cfg/Makefile.cfg.orig        2007-02-15 12:24:48.253571004 +0100
++++ gammu-1.09.19/cfg/Makefile.cfg     2007-02-15 12:25:41.713571004 +0100
+@@ -19,7 +19,7 @@
  CC              = gcc
- CFLAGS          = -O2 -fPIC -Wall -Wno-format-y2k -pthread
--LDLIBS          =  -lm   -pthread -lbluetooth
-+LDLIBS          = -lmysqlclient -lz -lcrypt -lm -pthread -lbluetooth
- SMSD_LIBS       = 
+ CFLAGS          = -g -O0 -fPIC -Wall -Wno-format-y2k  
+ GAMMU_CFLAGS    =  -pthread
+-LDLIBS          =  -lm  -lbluetooth  
++LDLIBS          =  -lmysqlclient -lz -lcrypt -lm -pthread -lbluetooth
+ GAMMU_LIBS      =   -pthread
+ SMSD_LIBS       = -L/usr/lib/mysql -lmysqlclient -L/usr/lib -lpq
  INSTALL         = /usr/bin/install
- FIND            = /bin/find
This page took 0.061545 seconds and 4 git commands to generate.