SOURCES: gammu-libpq_dir.patch (NEW), gammu-no_nss.patch - Added p...
beorn
beorn at pld-linux.org
Fri Mar 2 14:59:53 CET 2007
Author: beorn Date: Fri Mar 2 13:59:53 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- Added patch gammu-libpq_dir for Gammu
- Updated patch gammu-no_nss for Gammu 1.10.0
---- Files affected:
SOURCES:
gammu-libpq_dir.patch (NONE -> 1.1) (NEW), gammu-no_nss.patch (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SOURCES/gammu-libpq_dir.patch
diff -u /dev/null SOURCES/gammu-libpq_dir.patch:1.1
--- /dev/null Fri Mar 2 14:59:53 2007
+++ SOURCES/gammu-libpq_dir.patch Fri Mar 2 14:59:47 2007
@@ -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: SOURCES/gammu-no_nss.patch
diff -u SOURCES/gammu-no_nss.patch:1.5 SOURCES/gammu-no_nss.patch:1.6
--- SOURCES/gammu-no_nss.patch:1.5 Mon Apr 24 23:40:19 2006
+++ SOURCES/gammu-no_nss.patch Fri Mar 2 14:59:47 2007
@@ -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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/gammu-no_nss.patch?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list