apply fix for gcc-14.1 for telnetd

This commit is contained in:
tux 2024-09-20 13:49:09 +02:00
parent c6497ca1e7
commit 35736bec07

View File

@ -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 \