diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-01-03 07:38:22 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-01-03 20:45:29 +0100 |
commit | 27a7ab51e39ed246f36fa8c39e7370545823ccff (patch) | |
tree | f9f3f85f6737370d036265862220a2b0989b1653 /package/openssl/openssl-001-do-not-build-docs.patch | |
parent | b10a40535d5a69ba0fba44272e72657bf4e409a1 (diff) | |
download | buildroot-27a7ab51e39ed246f36fa8c39e7370545823ccff.tar.gz buildroot-27a7ab51e39ed246f36fa8c39e7370545823ccff.zip |
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>
Diffstat (limited to 'package/openssl/openssl-001-do-not-build-docs.patch')
-rw-r--r-- | package/openssl/openssl-001-do-not-build-docs.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 \ |