summaryrefslogtreecommitdiffstats
path: root/net-mgmt/arpwatch-devel/files/patch-ah
blob: ba79d66f044854522a2af3bc5cb5e22674c2e365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- ../arpwatch.orig/configure	Wed May 16 14:26:11 2001
+++ ./configure	Wed Sep 10 13:08:05 2003
@@ -649,7 +649,7 @@
   :
 fi

-    V_CCOPT="-O"
+#    V_CCOPT="-O"
     V_INCLS=""
     if test "${srcdir}" != "." ; then
 	    V_INCLS="-I\$\(srcdir\)"
@@ -2496,7 +2496,7 @@
 		    fi
 		    V_CCOPT="$V_CCOPT -Wall"
 		    if test $ac_cv_lbl_gcc_vers -gt 1 ; then
-			    V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes"
+#			    V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes"
 		    fi
 	    fi
     else
@@ -3075,6 +3075,11 @@
 if test ! -f arp.dat ; then
 	echo 'creating empty arp.dat file'
 	touch arp.dat
+fi
+
+if test ! -f ether.dat ; then
+	echo 'creating empty ether.dat file'
+	touch ether.dat
 fi

 if test -f .devel ; then
OpenPOWER on IntegriCloud