aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-26 14:28:49 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-26 14:28:49 +0000
commitf1e4766e29dc6f0b2f88337ee317fa79712f7af1 (patch)
tree8c1d21e0650b085a7d16a6b22cd7606b7b7cbe36 /package
parent61dd2e68a42a4b670ce25760893099b4cdf15c06 (diff)
downloadupstream-f1e4766e29dc6f0b2f88337ee317fa79712f7af1.tar.gz
upstream-f1e4766e29dc6f0b2f88337ee317fa79712f7af1.tar.bz2
upstream-f1e4766e29dc6f0b2f88337ee317fa79712f7af1.zip
package/libpcap: refresh patches
SVN-Revision: 20467
Diffstat (limited to 'package')
-rw-r--r--package/libpcap/patches/102-makefile_disable_manpages.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libpcap/patches/102-makefile_disable_manpages.patch b/package/libpcap/patches/102-makefile_disable_manpages.patch
index f0a4f3821a..ee852141c4 100644
--- a/package/libpcap/patches/102-makefile_disable_manpages.patch
+++ b/package/libpcap/patches/102-makefile_disable_manpages.patch
@@ -1,6 +1,6 @@
--- a/Makefile.in
+++ b/Makefile.in
-@@ -461,14 +461,6 @@
+@@ -461,14 +461,6 @@ install: libpcap.a pcap-config
(mkdir -p $(DESTDIR)$(includedir); chmod 755 $(DESTDIR)$(includedir))
[ -d $(DESTDIR)$(includedir)/pcap ] || \
(mkdir -p $(DESTDIR)$(includedir)/pcap; chmod 755 $(DESTDIR)$(includedir)/pcap)
@@ -15,7 +15,7 @@
$(INSTALL_DATA) $(srcdir)/pcap/pcap.h \
$(DESTDIR)$(includedir)/pcap/pcap.h
$(INSTALL_DATA) $(srcdir)/pcap/bpf.h \
-@@ -487,36 +479,6 @@
+@@ -487,36 +479,6 @@ install: libpcap.a pcap-config
[ -d $(DESTDIR)$(bindir) ] || \
(mkdir -p $(DESTDIR)$(bindir); chmod 755 $(DESTDIR)$(bindir))
$(INSTALL_PROGRAM) pcap-config $(DESTDIR)$(bindir)/pcap-config
@@ -52,7 +52,7 @@
install-shared: install-shared-$(DYEXT)
install-shared-so: libpcap.so
-@@ -536,23 +498,6 @@
+@@ -536,23 +498,6 @@ uninstall:
rm -f $(DESTDIR)$(includedir)/pcap.h
rm -f $(DESTDIR)$(includedir)/pcap-bpf.h
rm -f $(DESTDIR)$(includedir)/pcap-namedb.h