summaryrefslogtreecommitdiff
path: root/package/libpcap/patches/102-makefile_disable_manpages.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-05-24 10:42:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-05-24 10:42:49 +0000
commit1da26a536ce9025d3cda68b670905168e1900f23 (patch)
tree426692f1248504cb8c75db078e34c5ee309d2c08 /package/libpcap/patches/102-makefile_disable_manpages.patch
parentf94411e910004035c83c3b8261b0790590aaba37 (diff)
downloadmtk-20170518-1da26a536ce9025d3cda68b670905168e1900f23.zip
mtk-20170518-1da26a536ce9025d3cda68b670905168e1900f23.tar.gz
mtk-20170518-1da26a536ce9025d3cda68b670905168e1900f23.tar.bz2
libpcap: properly fix fPIC handling (reverts $(FPIC) added in r26999)
SVN-Revision: 27000
Diffstat (limited to 'package/libpcap/patches/102-makefile_disable_manpages.patch')
-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 7756c99..4674df5 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
-@@ -539,62 +539,12 @@ install: install-shared install-archive
+@@ -532,62 +532,12 @@ 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)
@@ -62,8 +62,8 @@
- $(DESTDIR)$(mandir)/man@MAN_MISC_INFO@/`echo $$i | sed 's/.manmisc.in/.@MAN_MISC_INFO@/'`; done
install-shared: install-shared-$(DYEXT)
- install-shared-so: libpcap.so
-@@ -654,23 +604,6 @@ uninstall: uninstall-shared
+ install-shared-so: $(SHAREDLIB)
+@@ -642,23 +592,6 @@ uninstall: uninstall-shared
rm -f $(DESTDIR)$(includedir)/$$i; done
-rmdir $(DESTDIR)$(includedir)/pcap
rm -f $(DESTDIR)/$(bindir)/pcap-config