summaryrefslogtreecommitdiffstats
path: root/text-utils/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2016-01-17 00:23:04 +0100
committerKarel Zak2016-01-26 11:45:14 +0100
commitb4566a8a8d0cf345e637194f9c95091a1ef4dfe0 (patch)
treeadfc37d5cdab41ff55c2fb763dd130d878e139d4 /text-utils/Makemodule.am
parentmkswap: add warnings for insecure device permissions/owners (diff)
downloadkernel-qcow2-util-linux-b4566a8a8d0cf345e637194f9c95091a1ef4dfe0.tar.gz
kernel-qcow2-util-linux-b4566a8a8d0cf345e637194f9c95091a1ef4dfe0.tar.xz
kernel-qcow2-util-linux-b4566a8a8d0cf345e637194f9c95091a1ef4dfe0.zip
build-sys: remove libtermcap support
It is unlikely anyone is going to build this project on system where libtermcap is available. Fedora project obsoleted libtermcap 2007-12-12 in favour of ncurses. Debian made same move 2005. Reference: https://fedoraproject.org/wiki/Deprecated_packages Reference: https://www.debian.org/doc/manuals/debian-faq/ch-compat.en.html#s-termcap Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'text-utils/Makemodule.am')
-rw-r--r--text-utils/Makemodule.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/text-utils/Makemodule.am b/text-utils/Makemodule.am
index 94c8c7e05..957c14370 100644
--- a/text-utils/Makemodule.am
+++ b/text-utils/Makemodule.am
@@ -95,10 +95,6 @@ more_CFLAGS += $(NCURSES_CFLAGS)
more_LDADD += $(NCURSES_LIBS)
endif
-if HAVE_TERMCAP
-more_LDADD += -ltermcap
-endif
-
check_PROGRAMS += test_more
test_more_SOURCES = $(more_SOURCES)
test_more_CFLAGS = -DTEST_PROGRAM