aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-scanners/arpwatch/files/host_contam_fix.patch
blob: 7d7ffacf761703d275bae513e641126cec39f2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This removes the host contamination

Upstream-Status: Inappropriate [embedded specific]

Signed-off-by: Armin Kuster <akuster808@gmail.com>

Index: arpwatch-3.0/configure
===================================================================
--- arpwatch-3.0.orig/configure
+++ arpwatch-3.0/configure
@@ -4349,8 +4349,8 @@ fi
 	    CC=cc
 	    export CC
     fi
-    V_INCLS="$V_INCLS -I/usr/local/include"
-    LDFLAGS="$LDFLAGS -L/usr/local/lib"
+    V_INCLS="$V_INCLS "
+    LDFLAGS="$LDFLAGS "
     if test "$GCC" != yes ; then
 	    { $as_echo "$as_me:${as_lineno-$LINENO}: checking that $CC handles ansi prototypes" >&5
 $as_echo_n "checking that $CC handles ansi prototypes... " >&6; }