Debian Patches

Status for sqliteodbc/0.99991-3

Patch Description Author Forwarded Bugs Origin Last update
no-distro-work.patch Keep upstream build system from doing distro work
1) Don't recreate spec file: unused on Debian,
pollutes diff with ever-changing timestamp
that changes result of rebuilds.

2) Don't automatically generate debian/changelog,
nor touch debian/ in any way.
Lionel Elie Mamane <lmamane@debian.org> no 2016-07-04
lib-location.patch Install ODBC driver in /usr/lib/odbc and SQlite3 extensions in /usr/lib Lionel Elie Mamane <lmamane@debian.org> no 2016-07-04
makefile-flags.patch Obey all necessary FOOFLAGS in Makefile Lionel Elie Mamane <lmamane@debian.org> no 2016-07-04
libxml2-pkg-config.patch Use pkg-config to find libxml2 Chris Hofstaedtler <zeha@debian.org> no 2023-10-12
Fix-incompatible-pointer-compilation-error.patch Fix incompatible pointer compilation error
Fix the following error:
sqliteodbc.c:2946:24: error: assignment to ‘void (*)(void)’
from incompatible pointer type ‘void (*)(char **)’
[-Wincompatible-pointer-types]
2946 | s->rowfree = freerows;
| ^
sqliteodbc.c:1313:1: note: ‘freerows’ declared here
1313 | freerows(char **rowp)
| ^~~~~~~~
Damian Wrobel <dwrobel@ertelnet.rybnik.pl> no debian Fedora 2025-01-21
Fix-too-many-args-to-gpps-compilation-error.patch Fix too many args to gpps() compilation error
Fixes the following error:
sqliteodbc.c: In function ‘drvgpps’:
sqliteodbc.c:747:16: error: too many arguments to function ‘d->gpps’;
expected 0, have 6
747 | return d->gpps(sect, ent, def, buf, bufsiz, fname);
| ^ ~~~~
In file included from sqliteodbc.c:15:
sqliteodbc.h:158:11: note: declared here
158 | int (*gpps)();
| ^~~~
Damian Wrobel <dwrobel@ertelnet.rybnik.pl> no debian Fedora 2025-01-21

All known versions for source package 'sqliteodbc'

Links