From 1efe3ea13aedea84f63a2b6b1b448d498f1e7b05 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 13 Aug 2012 11:09:23 -0400 Subject: [PATCH] inetutils: Fix compiling with GCC 4.4. --- lfs/inetutils | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/inetutils b/lfs/inetutils index 03cf5deab4..87a137eb1f 100644 --- a/lfs/inetutils +++ b/lfs/inetutils @@ -72,6 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-gcc4_fixes-3.patch cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-daemon_fixes-1.patch + cd $(DIR_APP) && sed -i '/#include/a #include ' libicmp/icmp_timestamp.c cd $(DIR_APP) && ./configure --prefix=/usr --libexecdir=/usr/sbin \ --sysconfdir=/etc --localstatedir=/var \ --mandir=/usr/share/man --infodir=/usr/share/info \ -- 2.39.2