Andrew Geissler | 1fe918a | 2020-05-15 14:16:47 -0500 | [diff] [blame] | 1 | This removes the host contamination |
| 2 | |
| 3 | Upstream-Status: Inappropriate [embedded specific] |
| 4 | |
| 5 | Signed-off-by: Armin Kuster <akuster808@gmail.com> |
| 6 | |
| 7 | Index: 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; } |