Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
no_lib64_on_64_bits.patch | don't try to install to lib64 | Victor Seva <linuxmaniac@torreviejawireless.org> | no | 2023-09-29 | ||
no_INSTALL_file.patch | Don't copy the INSTALL file to the docs dir | Victor Seva <linuxmaniac@torreviejawireless.org> | no | 2023-09-29 | ||
fix_export.patch | make sure symbols are exported from main binary to allow loading modules | Tzafrir Cohen <tzafrir@debian.org> | no | 2023-09-29 | ||
stop-setting-march-on-arm.patch | Stop setting -march on arm This broke the Debian armhf build due to the Debian gcc maintainer changing the semantics of -march to disable FPU support unless +fp is included. |
Adrian Bunk <bunk@debian.org> | no | 2022-02-09 | ||
upstream/0001-db_sqlite-fix-incompatible-pointer-types-warning.patch | [PATCH] db_sqlite: fix incompatible-pointer-types warning fixes #4064 (cherry picked from commit 06cc2560e5358468178ef3e5c795a8a0ec67b693) |
Victor Seva <linuxmaniac@torreviejawireless.org> | no | 2024-12-10 | ||
upstream/0002-db_unixodbc-fix-incompatible-pointer-types-warning.patch | [PATCH] db_unixodbc: fix incompatible-pointer-types warning > dbase.c: In function 'db_unixodbc_close_impl': > dbase.c:261:32: error: passing argument 2 of 'db_do_close' from incompatible pointer type [-Wincompatible-pointer-types] > 261 | return db_do_close(_h, db_unixodbc_free_connection); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > | | > | void (*)(struct my_con *) > In file included from val.h:34, > from dbase.c:33: > ../../lib/srdb1/db.h:495:40: note: expected 'void (*)(struct pool_con *)' but argument is of type 'void (*)(struct my_con *)' > 495 | void db_do_close(db1_con_t *_h, void (*free_connection)(struct pool_con *)); > | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > make[2]: *** [../../Makefile.rules:101: dbase.o] Error 1 related #4064 (cherry picked from commit 7f24bc09863220b4c14e2046708c10ff0891c038) |
Victor Seva <linuxmaniac@torreviejawireless.org> | no | 2024-12-11 |