diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-24 09:51:08 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-24 09:51:08 +0000 |
commit | a1713cc3cb23eebc987413ee50d389081236a4cf (patch) | |
tree | e09e96c8e899e6525e5857f6d5c4f01ae5b989fb /package/libpcap/patches/101-makefile_create_bindir.patch | |
parent | 60f66ded72b1680d54082e449330ec52b02258b7 (diff) | |
download | upstream-a1713cc3cb23eebc987413ee50d389081236a4cf.tar.gz upstream-a1713cc3cb23eebc987413ee50d389081236a4cf.tar.bz2 upstream-a1713cc3cb23eebc987413ee50d389081236a4cf.zip |
Update libpcap to version 1.1.1
Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de>
SVN-Revision: 26995
Diffstat (limited to 'package/libpcap/patches/101-makefile_create_bindir.patch')
-rw-r--r-- | package/libpcap/patches/101-makefile_create_bindir.patch | 11 |
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 \ |