Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
update-paths.patch | diff -aur slrn-1.0.1.orig/src/slrnfeat.hin slrn-1.0.1/src/slrnfeat.hin | no | ||||
do-not-link-with-termcap.patch | <short summary of the patch> The configure script tries to run "ncurses5-config --terminfo", and if this does not succeed, uses a hardcoded list of terminfo directories which unfortunately does not include the directories /etc/terminfo and /lib/terminfo which we ship in ncurses-base. Failing to find a terminfo directory, it then concludes that the system must be using termcap and adds "-ltermcap" to the linker line which fails. . This patch fixes the problem by not linking with -ltermcap. diff -aur slrn-1.0.3a.orig/src/Makefile.in slrn-1.0.3a/src/Makefile.in |
Sven Joachim <svenjoac@gmx.de> | no | debian | ||
fix-c99-compatibility.patch | [PATCH] autoconf: Fix C99 compatibility issue in the VA_COPY checks The exit function is called without including <stdlib.h>, resulting in an implicit function declarations. Future compilers will not support implicit function declarations by default. This will lead to build failures. |
Florian Weimer <fweimer@redhat.com> | no | upstream, https://github.com/jedsoft/slrn/pull/1/commits/f550d0ab9e1cd3cfe844022435c3d98af3c18441 | 2023-02-04 |