Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
00_build_system_fixes.patch | Fix upstream Makefile to cope with new release changes. The utils/ directory uses automake, so it does not support the custom rules that the root directory autoconf Makefile.in supports. Remove any dependency from these rules to avoid calling them. And switch any remaining dependencies for rules that are supported within utils/ to use an explicit loop over SUBDIRS and recurse into them, otherwise the old SUBDIRS target was passing on all targets specified to make on the command-line, which meant the unsupported targets were leaking into the SUBDIRS, breaking the build. |
Guillem Jover <gjover@sipwise.com> | no | 2018-09-12 | ||
01_autoheader.patch | diff --git a/acinclude.m4 b/acinclude.m4 index 2b00bf5..45ce560 100644 |
no | ||||
02_cppflags.patch | Fix upstream Makefile to include CPPFAGS The upstream Makefile ignored the fact that $(CC) should be called with CFLAGS _and_ CPPFLAGS. Restore this default make behaviour. |
Chris Hofstaedtler <zeha@debian.org> | no | 2019-11-05 | ||
03_cross.patch | kannel fails to cross build from source for two reasons. One is its use of AC_CHECK_FILE. The macro is meant to check for files on the host system, but kannel exclusively uses it for checking build system files. For that task, a simple test -e is the solution. The other issue is that it misdetects presence of mysql. During cross compilation mysql_config does not work. Please use pkg-config instead. |
Helmut Grohne <helmut@subdivi.de> | no | |||
10_fix_multiple_definitions.patch | Fix multiple conflicting defs of dispatch_to_wdp/wsp/push Needed on gcc-10. diff --git a/wap/wtp_resp.c b/wap/wtp_resp.c index 57c2d03..46a6790 100644 |
Chris Hofstaedtler <zeha@debian.org> | no | 2020-07-23 | ||
33_docpatch.patch | Puts correct url to local docs in man pages | Paul Dwerryhouse <paul@dwerryhouse.com.au> | no | 2010-02-06 | ||
34_sqlite3_libversion.patch | Use sqlite3_libversion() instead of sqlite3_version[]. Using sqlite3_version causes a "has different size in shared object" warning at run time if the length of the version number has changed in the sqlite3 shared library. It is not clear whether anything worse will happen in addition to the warning, but we can avoid the problem altogether by calling sqlite_libversion() instead. |
Kalle Niemitalo <kalle.niemitalo@procomp.fi> | no | debian | 2015-06-09 | |
35_kfreebsd.patch | Support GNU/kFreeBSD using FreeBSD code | Steven Chamberlain <steven@pyro.eu.org> | no | debian | 2016-05-29 | |
36_nonlinux.patch | Define _GNU_SOURCE to use X/Open features Define _GNU_SOURCE to get nftw() macros (XOPEN_SOURCE_EXTENDED) strptime() (XOPEN_SOURCE), pthread_lock_t (POSIX.1-2001) and others. |
Steven Chamberlain <steven@pyro.eu.org> | no | debian | 2016-05-29 | |
37_define_DEFAULT_SOURCE.patch | Define _DEFAULT_SOURCE (not _VSD_SOURCE or _SVID_SOURCE) | Jonas Smedegaard <dr@jones.dk> | no | 2016-05-29 | ||
38_cleanup_soap_makefile.patch | Remove soap/Makefile in distclean target | Jonas Smedegaard <dr@jones.dk> | no | 2016-05-29 | ||
39_use_changelog_date_in_doc.patch | Use debian changelog date in doc Uses the date from SOURCE_DATE_EPOCH in documentation, instead of current date. |
Alexis Bienvenüe <pado@passoire.fr> | no | 2016-12-03 | ||
40_strip_date_from_version_report_string.patch | Strip build date from version_report_string Strip the build date from the version_report_string return value, for reproducibility reasons. |
Alexis Bienvenüe <pado@passoire.fr> | no | 2016-12-03 | ||
50_disable-ps-docs.patch | disable build of PostScript documentation The ImageMagick package in Ubuntu (but not Debian) no longer permits conversion to or from PostScript, so we can no longer generate working PostScript documentation. See the bug for the discussion on this. |
Robie Basak <robie.basak@canonical.com> | not-needed | 2019-07-30 |