mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-03 22:58:26 +02:00
17 lines
470 B
Diff
17 lines
470 B
Diff
|
Upstream: no
|
||
|
Reason: ncurses-terminfo-base puts terminfo in /etc, which is not inspected.
|
||
|
When terminfo is not found, it tries link against termcap, which is also not
|
||
|
present
|
||
|
Url: n/a
|
||
|
|
||
|
--- a/configure
|
||
|
+++ b/configure
|
||
|
@@ -7021,6 +7021,7 @@
|
||
|
MISC_TERMINFO_DIRS=""
|
||
|
fi
|
||
|
JD_Terminfo_Dirs="$MISC_TERMINFO_DIRS \
|
||
|
+ /etc/terminfo \
|
||
|
/usr/lib/terminfo \
|
||
|
/usr/share/terminfo \
|
||
|
/usr/share/lib/terminfo \
|