aboutsummaryrefslogtreecommitdiffstats
path: root/package/libpcap/patches/101-makefile_create_bindir.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-05-24 09:51:08 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-05-24 09:51:08 +0000
commit0a4a02076447c59c5f86585168665c8b7f3ed95a (patch)
treec0d6ff8ec1941693e48aaa49ab5d2565b654f767 /package/libpcap/patches/101-makefile_create_bindir.patch
parent91f488237886630ea02cdec070e12ecd291da9c4 (diff)
downloadmaster-187ad058-0a4a02076447c59c5f86585168665c8b7f3ed95a.tar.gz
master-187ad058-0a4a02076447c59c5f86585168665c8b7f3ed95a.tar.bz2
master-187ad058-0a4a02076447c59c5f86585168665c8b7f3ed95a.zip
[PATCH] Update libpcap to version 1.1.1
Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26995 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libpcap/patches/101-makefile_create_bindir.patch')
-rw-r--r--package/libpcap/patches/101-makefile_create_bindir.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libpcap/patches/101-makefile_create_bindir.patch b/package/libpcap/patches/101-makefile_create_bindir.patch
index 5264fb2f68..e69de29bb2 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 \