buildrootschalter/package/openssl/openssl-001-do-not-build-docs.patch
Gustavo Zacarias 27a7ab51e3 openssl: add fix for CVE-2013-6449
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-01-03 20:45:29 +01:00

14 lines
392 B
Diff

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 \