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 |