From 9f940ba92bb9fe09e5a079d9a54d1aa8fcd84b61 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 24 May 2011 09:51:08 +0000 Subject: [PATCH] Update libpcap to version 1.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christoph König git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26995 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libpcap/patches/101-makefile_create_bindir.patch | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'package/libpcap/patches/101-makefile_create_bindir.patch') diff --git a/package/libpcap/patches/101-makefile_create_bindir.patch b/package/libpcap/patches/101-makefile_create_bindir.patch index 5264fb2f6..e69de29bb 100644 --- a/package/libpcap/patches/101-makefile_create_bindir.patch +++ b/package/libpcap/patches/101-makefile_create_bindir.patch @@ -1,11 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -484,6 +484,8 @@ install: libpcap.a pcap-config - $(DESTDIR)$(includedir)/pcap-bpf.h - $(INSTALL_DATA) $(srcdir)/pcap-namedb.h \ - $(DESTDIR)$(includedir)/pcap-namedb.h -+ [ -d $(DESTDIR)$(bindir) ] || \ -+ (mkdir -p $(DESTDIR)$(bindir); chmod 755 $(DESTDIR)$(bindir)) - $(INSTALL_PROGRAM) pcap-config $(DESTDIR)$(bindir)/pcap-config - for i in $(MAN1); do \ - $(INSTALL_DATA) $(srcdir)/$$i \ -- cgit v1.2.3