summaryrefslogtreecommitdiffstats
path: root/package/openssl/openssl-do-not-build-docs.patch
blob: 135a9d3b04e9f41fec15b94ca738084237e34463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Dont waste time building manpages if we're not going to use em.

--- openssl/Makefile.org
+++ openssl/Makefile.org
@@ -792,7 +792,7 @@
 dist_pem_h:
 	(cd crypto/pem; $(MAKE) CC='${CC}' SDIRS='${SDIRS}' CFLAG='${CFLAG}' pem.h; $(MAKE) clean)
 
-install: all install_docs install_sw
+install: all install_sw
 
 install_sw:
 	@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \