1This removes the host contamination
2
3Upstream-Status: Inappropriate [embedded specific]
4
5Signed-off-by: Armin Kuster <akuster808@gmail.com>
6
7Index: arpwatch-3.3/configure
8===================================================================
9--- arpwatch-3.3.orig/configure
10+++ arpwatch-3.3/configure
11@@ -4353,8 +4353,8 @@ fi
12 	    CC=cc
13 	    export CC
14     fi
15-    V_INCLS="$V_INCLS -I/usr/local/include"
16-    LDFLAGS="$LDFLAGS -L/usr/local/lib"
17+    V_INCLS="$V_INCLS "
18+    LDFLAGS="$LDFLAGS "
19     if test "$GCC" != yes ; then
20 	    { $as_echo "$as_me:${as_lineno-$LINENO}: checking that $CC handles ansi prototypes" >&5
21 $as_echo_n "checking that $CC handles ansi prototypes... " >&6; }
22