blob: 7d7ffacf761703d275bae513e641126cec39f2ff [file] [log] [blame]
Andrew Geissler1fe918a2020-05-15 14:16:47 -05001This removes the host contamination
2
3Upstream-Status: Inappropriate [embedded specific]
4
5Signed-off-by: Armin Kuster <akuster808@gmail.com>
6
7Index: arpwatch-3.0/configure
8===================================================================
9--- arpwatch-3.0.orig/configure
10+++ arpwatch-3.0/configure
11@@ -4349,8 +4349,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; }