From 27a7ab51e39ed246f36fa8c39e7370545823ccff Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Fri, 3 Jan 2014 07:38:22 -0300 Subject: openssl: add fix for CVE-2013-6449 Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/openssl/openssl-001-do-not-build-docs.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/openssl/openssl-001-do-not-build-docs.patch (limited to 'package/openssl/openssl-001-do-not-build-docs.patch') diff --git a/package/openssl/openssl-001-do-not-build-docs.patch b/package/openssl/openssl-001-do-not-build-docs.patch new file mode 100644 index 0000000000..135a9d3b04 --- /dev/null +++ b/package/openssl/openssl-001-do-not-build-docs.patch @@ -0,0 +1,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 \ -- cgit v1.2.3