From d65b365590773d484b2257869671e8f7626c1337 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 24 Feb 2013 19:39:18 +0000 Subject: Upgrade to IPRoute2-3.8.0. Fixes #3291. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chapter06') diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index b912ca4db..b10288014 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -53,6 +53,9 @@ sed -i /ARPD/d Makefile sed -i 's/arpd.8//' man/man8/Makefile + Remove a compiler flag that causes the compilation to fail: +sed -i 's/-Werror//' Makefile + Compile the package: make DESTDIR= -- cgit v1.2.3-54-g00ecf