libpcap/libpcap.patch

Wed, 08 Aug 2012 20:24:57 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 08 Aug 2012 20:24:57 +0200
changeset 488
0bcf858a6152
parent 27
302190459977
child 489
0348d09236d3
permissions
-rw-r--r--

Resynchronize with upstream package maintainer version.

     1 Index: Makefile.in
     2 --- Makefile.in.orig	2010-03-12 02:56:53.000000000 +0100
     3 +++ Makefile.in	2010-03-31 09:50:02.000000000 +0200
     4 @@ -324,7 +324,7 @@
     5  	Win32/Src/inet_net.c \
     6  	Win32/Src/inet_pton.c
     8 -all: libpcap.a shared pcap-config
     9 +all: libpcap.a pcap-config
    11  libpcap.a: $(OBJ)
    12  	@rm -f $@
    13 @@ -497,7 +497,7 @@
    14  opentest: opentest.c libpcap.a
    15  	$(CC) $(CFLAGS) -I. -L. -o opentest $(srcdir)/opentest.c libpcap.a $(LIBS)
    17 -install: install-shared install-archive pcap-config
    18 +install: install-archive pcap-config
    19  	[ -d $(DESTDIR)$(libdir) ] || \
    20  	    (mkdir -p $(DESTDIR)$(libdir); chmod 755 $(DESTDIR)$(libdir))
    21  	[ -d $(DESTDIR)$(includedir) ] || \
    22 Index: scanner.l
    23 --- scanner.l.orig	2010-03-12 02:56:54.000000000 +0100
    24 +++ scanner.l	2010-03-31 09:46:58.000000000 +0200
    25 @@ -96,13 +96,6 @@
    26  B2		([0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f][0-9A-Fa-f])
    27  W		([0-9A-Fa-f][0-9A-Fa-f]?[0-9A-Fa-f]?[0-9A-Fa-f]?)
    29 -%a 18400
    30 -%o 21500
    31 -%e 7600
    32 -%k 4550
    33 -%p 27600
    34 -%n 2000
    35 -
    36  V680		{W}:{W}:{W}:{W}:{W}:{W}:{W}:{W}
    38  V670		::{W}:{W}:{W}:{W}:{W}:{W}:{W}

mercurial