Package: slrn / 1.0.3+dfsg-5
Metadata
Package | Version | Patches format |
---|---|---|
slrn | 1.0.3+dfsg-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
update paths.patch | (download) |
src/slrnfeat.hin |
6 4 + 2 - 0 ! |
--- |
do not link with termcap.patch | (download) |
src/Makefile.in |
2 1 + 1 - 0 ! |
<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. |
1