From c859a20e69fbc692026e5a18c166e42d000d7d70 Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Mon, 8 Mar 2010 14:21:32 +0000 Subject: fix missing parts of r19997. SVN-Revision: 20057 --- package/libpcap/patches/101-makefile_create_bindir.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/libpcap/patches/101-makefile_create_bindir.patch (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 new file mode 100644 index 0000000..5264fb2 --- /dev/null +++ b/package/libpcap/patches/101-makefile_create_bindir.patch @@ -0,0 +1,11 @@ +--- 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.1