diff options
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 \ |