apply fix for gcc-14.1 for telnetd
This commit is contained in:
parent
c6497ca1e7
commit
35736bec07
@ -87,6 +87,7 @@ tar xf "$LFS_INETUTILS".tar.*
|
|||||||
cd "$LFS_INETUTILS" || exit
|
cd "$LFS_INETUTILS" || exit
|
||||||
sed -i 's/def HAVE_TERMCAP_TGETENT/ 1/' telnet/telnet.c
|
sed -i 's/def HAVE_TERMCAP_TGETENT/ 1/' telnet/telnet.c
|
||||||
if [ "$TELNETD" = TRUE ]; then
|
if [ "$TELNETD" = TRUE ]; then
|
||||||
|
sed -i 's/def HAVE_TERMCAP_TGETENT/ 1/' telnetd/utility.c
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--bindir=/usr/bin \
|
--bindir=/usr/bin \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user