#! /bin/sh /usr/share/dpatch/dpatch-run ## 60-sql.dpatch by Andreas Putzo ## ## DP: Moved remaining patches from 01old.dpatch. ## DP: Fixed in upstream svn. @DPATCH@ diff -urNad gpsdrive-2.10~pre4~/Documentation/README.SQL gpsdrive-2.10~pre4/Documentation/README.SQL --- gpsdrive-2.10~pre4~/Documentation/README.SQL 2007-09-14 21:47:42.000000000 +0000 +++ gpsdrive-2.10~pre4/Documentation/README.SQL 2007-10-03 17:04:32.000000000 +0000 @@ -8,7 +8,7 @@ ---------- There is no MySQL needed for compiling, the needed library -libmysqlclient.so.10 will be loaded at runtime, if found. +libmysqlclient.so will be loaded at runtime, if found. Running and first initialization: --------------------------------- diff -urNad gpsdrive-2.10~pre4~/src/gpsdrive.h gpsdrive-2.10~pre4/src/gpsdrive.h --- gpsdrive-2.10~pre4~/src/gpsdrive.h 2007-09-14 21:47:13.000000000 +0000 +++ gpsdrive-2.10~pre4/src/gpsdrive.h 2007-10-03 17:04:05.000000000 +0000 @@ -247,7 +247,7 @@ const char *db, unsigned int port, const char *unix_socket, - unsigned int clientflag); + unsigned long clientflag); void (*dl_mysql_close)(MYSQL *sock); int (*dl_mysql_query)(MYSQL *mysql, const char *q); my_ulonglong (*dl_mysql_affected_rows)(MYSQL *mysql);