diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-18 00:28:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-18 00:28:09 +0000 |
commit | 044f0783a5bea677a5f87bc1527829186040881d (patch) | |
tree | 01663a0c2a0bc1caac5bb54d9bd3ffa3f5db050a /package/libpcap/libpcap.patch | |
parent | c2180b4196b663088f0e1e4c280b0c9f0bd545ca (diff) |
clean up & import packages by gtj
libpcap: http://bugs.uclibc.org/view.php?id=20
tcpdump: http://bugs.uclibc.org/view.php?id=21
Diffstat (limited to 'package/libpcap/libpcap.patch')
-rw-r--r-- | package/libpcap/libpcap.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libpcap/libpcap.patch b/package/libpcap/libpcap.patch new file mode 100644 index 000000000..196ee34eb --- /dev/null +++ b/package/libpcap/libpcap.patch @@ -0,0 +1,11 @@ +--- libpcap-0.8.3/Makefile.in.orig 2005-01-17 19:04:41.291056960 -0500 ++++ libpcap-0.8.3/Makefile.in 2005-01-17 19:04:47.836061968 -0500 +@@ -100,7 +100,7 @@ + + libpcap.a: $(OBJ) + @rm -f $@ +- ar rc $@ $(OBJ) $(LIBS) ++ $(AR) rc $@ $(OBJ) $(LIBS) + $(RANLIB) $@ + + scanner.c: $(srcdir)/scanner.l |