diff --git a/chap8p2.sh b/chap8p2.sh index 29addc4..e756bcf 100644 --- a/chap8p2.sh +++ b/chap8p2.sh @@ -87,6 +87,7 @@ tar xf "$LFS_INETUTILS".tar.* cd "$LFS_INETUTILS" || exit sed -i 's/def HAVE_TERMCAP_TGETENT/ 1/' telnet/telnet.c if [ "$TELNETD" = TRUE ]; then + sed -i 's/def HAVE_TERMCAP_TGETENT/ 1/' telnetd/utility.c ./configure --prefix=/usr \ --bindir=/usr/bin \ --localstatedir=/var \