From 65bb32d1c2b0b7f2c881b2c5d099f7d35e701fb1 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 8 Aug 2017 21:51:42 +0200 Subject: net2kiss: Switch from private openpty() implementation to libutil. In particular the openpty() implementation was still using only the old BSD terminals so not working on modern distributions which ship their kernels with CONFIG_LEGACY_PTYS disabled. Signed-off-by: Ralf Baechle --- kiss/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'kiss/Makefile.am') diff --git a/kiss/Makefile.am b/kiss/Makefile.am index e7dcf30..6f74c67 100644 --- a/kiss/Makefile.am +++ b/kiss/Makefile.am @@ -4,6 +4,7 @@ installconf: sbin_PROGRAMS = kissattach kissnetd kissparms mkiss net2kiss LDADD= $(AX25_LIB) +net2kiss_LDADD = $(UTIL_LIB) dist_man_MANS = kissattach.8 spattach.8 kissnetd.8 kissparms.8 mkiss.8 \ net2kiss.8 -- cgit v1.2.3