]> git.pld-linux.org Git - packages/arpwatch.git/blobdiff - arpwatch-makefile.patch
- rel 5; switch fully to debian patch
[packages/arpwatch.git] / arpwatch-makefile.patch
index adc128e269a7812bee61b0f03020c7138fb74da9..d78ac60e07a0f103f829489bd1a9c302c3e7dd4c 100644 (file)
@@ -1,15 +1,15 @@
 diff -u arpwatch-2.1a4/Makefile.in arpwatch-2.1a4.new/Makefile.in
 --- arpwatch-2.1a4/Makefile.in Wed Jul 29 07:16:45 1998
 +++ arpwatch-2.1a4.new/Makefile.in     Wed Feb 17 00:54:19 1999
-@@ -43,7 +43,7 @@
+@@ -45,7 +45,7 @@
  CC = @CC@
+ PROG = arpwatch
  CCOPT = @V_CCOPT@
 -INCLS = -I. @V_INCLS@
 +INCLS = -I. @V_INCLS@ -I/usr/include/pcap
- DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\"
+ DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\" \
+       -DETHERCODES=\"$(ETHERCODES)\"
  
- # Standard CFLAGS
 @@ -109,13 +109,13 @@
        $(CC) $(CFLAGS) -o $@ zap.o intoa.o -lutil
  
This page took 0.063065 seconds and 4 git commands to generate.