blob: 2e27aa4eadd3544015ecf81fbc1af14ae3770932 [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
Andrew Geissler78b72792022-06-14 06:47:25 -05007Index: arpwatch-3.3/configure
Andrew Geissler1fe918a2020-05-15 14:16:47 -05008===================================================================
Andrew Geissler78b72792022-06-14 06:47:25 -05009--- arpwatch-3.3.orig/configure
10+++ arpwatch-3.3/configure
11@@ -4353,8 +4353,8 @@ fi
Andrew Geissler1fe918a2020-05-15 14:16:47 -050012 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; }