]> git.pld-linux.org Git - packages/angst.git/blob - angst-libnet.patch
- tabs in preamble
[packages/angst.git] / angst-libnet.patch
1 diff -uNr angst-0.4b-orig/angst.h angst-0.4b/angst.h
2 --- angst-0.4b-orig/angst.h     2001-02-05 04:22:57.000000000 +0100
3 +++ angst-0.4b/angst.h  2004-08-10 13:12:18.946209952 +0200
4 @@ -9,7 +9,7 @@
5  #include <stdarg.h>
6  #include <sys/param.h>
7  #include <sys/sysctl.h>
8 -#include <libnet.h>
9 +#include <libnet1.h>
10  #include <pcap.h>
11  
12  /* the default bpf program expression, if you change it and you want
13 diff -uNr angst-0.4b-orig/Makefile.linux angst-0.4b/Makefile.linux
14 --- angst-0.4b-orig/Makefile.linux      2004-08-10 13:11:16.488704000 +0200
15 +++ angst-0.4b/Makefile.linux   2004-08-10 13:11:48.827788648 +0200
16 @@ -10,9 +10,9 @@
17  INSTALL_SBIN = /usr/bin/install -c -s -o root -g bin -m 555
18  INSTALL_MAN = /usr/bin/install -c -o root -g bin -m 444
19  CFLAGS = -O2 -Wall
20 -INCLUDE = -I/usr/local/include
21 -LIBS = -L/usr/local/lib `libnet-config --libs` -lpcap
22 -DEFINE = `libnet-config --defines` -DLINUX #-DDEBUG
23 +INCLUDE = -I/usr/include
24 +LIBS = -L/usr/lib `libnet1-config --libs` -lpcap
25 +DEFINE = `libnet1-config --defines` -DLINUX #-DDEBUG
26  OBJS = main.o active.o enable.o help.o host.o pcap.o signal.o util.o missing/strlcat.o missing/strlcpy.o
27  
28  .c.o:
This page took 0.0514790000000001 seconds and 3 git commands to generate.