From b6620543755b922e4acf6ff5bb7697229ad7c6e2 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 15 Aug 2010 19:21:15 +0000 Subject: Fix a bug in iproute2's ip route get command. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06') diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 2647a6e1f..d9cec090c 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -51,6 +51,11 @@ sed -i '/^TARGETS/s@arpd@@g' misc/Makefile + Fix a bug that causes the ip route get command to + not produce any output: + +sed -i 's/== !/\&\& !/' ip/iproute2.c + Compile the package: make DESTDIR= -- cgit v1.2.3-54-g00ecf