diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-07 22:08:37 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-27 09:28:40 +0100 |
commit | 0575682552f5614d66cfa29deb70da0bba5e7d63 (patch) | |
tree | f545b2785ac296f82136bc78d1e57fe9b98bf304 /package/libpcap/libpcap.patch | |
parent | 434b007fce010a471c64164a3e22b13f4440159d (diff) | |
download | buildroot-novena-0575682552f5614d66cfa29deb70da0bba5e7d63.tar.gz buildroot-novena-0575682552f5614d66cfa29deb70da0bba5e7d63.zip |
libpcap, tcpdump: bump version and autotoolify
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libpcap/libpcap.patch')
-rw-r--r-- | package/libpcap/libpcap.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/libpcap/libpcap.patch b/package/libpcap/libpcap.patch deleted file mode 100644 index 93206946b..000000000 --- a/package/libpcap/libpcap.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: libpcap-0.9.8/Makefile.in -=================================================================== ---- libpcap-0.9.8.orig/Makefile.in 2007-07-24 04:35:15.000000000 +0200 -+++ libpcap-0.9.8/Makefile.in 2008-10-07 09:23:01.000000000 +0200 -@@ -103,7 +103,7 @@ - - libpcap.a: $(OBJ) - @rm -f $@ -- ar rc $@ $(OBJ) $(LIBS) -+ $(AR) rc $@ $(OBJ) $(LIBS) - $(RANLIB) $@ - - shared: libpcap.$(DYEXT) |