diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-11-16 15:00:46 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-18 23:37:21 +0100 |
commit | 924d832cb46033a0cedb7ec32153ff705ad9f799 (patch) | |
tree | 7d8df3284461b9735cedffd0957cfb67e14817f1 /package/openssl/001-do-not-build-docs.patch | |
parent | cc3f5258d214d435bbe4a4f5a76caba5977421be (diff) | |
download | buildroot-924d832cb46033a0cedb7ec32153ff705ad9f799.tar.gz buildroot-924d832cb46033a0cedb7ec32153ff705ad9f799.zip |
package/openssl: rename patches to the new convention
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openssl/001-do-not-build-docs.patch')
-rw-r--r-- | package/openssl/001-do-not-build-docs.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/openssl/001-do-not-build-docs.patch b/package/openssl/001-do-not-build-docs.patch new file mode 100644 index 0000000000..135a9d3b04 --- /dev/null +++ b/package/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 \ |