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-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-do-not-build-docs.patch')
-rw-r--r-- | package/openssl/openssl-do-not-build-docs.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/openssl/openssl-do-not-build-docs.patch b/package/openssl/openssl-do-not-build-docs.patch deleted file mode 100644 index 135a9d3b04..0000000000 --- a/package/openssl/openssl-do-not-build-docs.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 \ |