aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libpcap/patches/102-makefile_disable_manpages.patch
diff options
context:
space:
mode:
authorSyrone Wong <wong.syrone@gmail.com>2018-07-26 22:46:38 +0800
committerJohn Crispin <john@phrozen.org>2018-07-27 11:17:20 +0200
commit4d57c696b1504bc672416b9ba27eab4e1729b622 (patch)
tree8a024f6d22a95b263720438bf7d6dd5df793cf74 /package/libs/libpcap/patches/102-makefile_disable_manpages.patch
parentc0608c6a27e74923dc94772072d4a279d652b3fc (diff)
downloadupstream-4d57c696b1504bc672416b9ba27eab4e1729b622.tar.gz
upstream-4d57c696b1504bc672416b9ba27eab4e1729b622.tar.bz2
upstream-4d57c696b1504bc672416b9ba27eab4e1729b622.zip
libpcap: update to 1.9.0
001-Fix-compiler_state_t.ai-usage-when-INET6-is-not-defi.patch dropped due to upstream 002-Add-missing-compiler_state_t-parameter.patch dropped due to upstream 202-protocol_api.patch dropped due to implemented upstream by another way upstream commit: https://github.com/the-tcpdump-group/libpcap/commit/55c690f6f834b4762697d7a134de439c9096c921 and renamed via: https://github.com/the-tcpdump-group/libpcap/commit/697b1f7e9b1d6f5a5be04f821d7c5dc62458bb3b ead is the only user who use the protocol api, we have to use the new api since libpcap 1.9.0 Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
Diffstat (limited to 'package/libs/libpcap/patches/102-makefile_disable_manpages.patch')
-rw-r--r--package/libs/libpcap/patches/102-makefile_disable_manpages.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/libs/libpcap/patches/102-makefile_disable_manpages.patch b/package/libs/libpcap/patches/102-makefile_disable_manpages.patch
index c2326b95be..60850df801 100644
--- a/package/libs/libpcap/patches/102-makefile_disable_manpages.patch
+++ b/package/libs/libpcap/patches/102-makefile_disable_manpages.patch
@@ -1,6 +1,6 @@
--- a/Makefile.in
+++ b/Makefile.in
-@@ -589,70 +589,12 @@ install: install-shared install-archive
+@@ -573,14 +573,6 @@ install: install-shared install-archive
(mkdir -p $(DESTDIR)$(includedir); chmod 755 $(DESTDIR)$(includedir))
[ -d $(DESTDIR)$(includedir)/pcap ] || \
(mkdir -p $(DESTDIR)$(includedir)/pcap; chmod 755 $(DESTDIR)$(includedir)/pcap)
@@ -15,9 +15,10 @@
for i in $(PUBHDR); do \
$(INSTALL_DATA) $(srcdir)/$$i \
$(DESTDIR)$(includedir)/$$i; done
- [ -d $(DESTDIR)$(bindir) ] || \
- (mkdir -p $(DESTDIR)$(bindir); chmod 755 $(DESTDIR)$(bindir))
- $(INSTALL_PROGRAM) pcap-config $(DESTDIR)$(bindir)/pcap-config
+@@ -590,56 +582,6 @@ install: install-shared install-archive
+ [ -d $(DESTDIR)$(libdir)/pkgconfig ] || \
+ (mkdir -p $(DESTDIR)$(libdir)/pkgconfig; chmod 755 $(DESTDIR)$(libdir)/pkgconfig)
+ $(INSTALL_DATA) libpcap.pc $(DESTDIR)$(libdir)/pkgconfig/libpcap.pc
- for i in $(MAN1); do \
- $(INSTALL_DATA) $(srcdir)/$$i \
- $(DESTDIR)$(mandir)/man1/$$i; done