diff options
author | Ryan Barnett <ryanbarnett3@gmail.com> | 2015-09-16 07:06:24 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-09-16 22:20:30 +0200 |
commit | 4062459b82349eab3dd116b052988b59c1717de0 (patch) | |
tree | 8c2ddfaaec652f53f327b497d03842a65543ec83 /package/openssl/001-do-not-build-docs.patch | |
parent | cfa74ee3218d4a39615870abb72a0b15bf21eba4 (diff) | |
download | buildroot-4062459b82349eab3dd116b052988b59c1717de0.tar.gz buildroot-4062459b82349eab3dd116b052988b59c1717de0.zip |
openssl: use git formatted patches
Using Git formatted patches makes it easier to adjust the patches when
needed.
[Thomas: remove patch numbering.]
Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
CC: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
CC: Gustavo Zacarias <gustavo@zacarias.com.ar>
CC: Arnout Vandecappelle <arnout@mind.be>
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, 0 insertions, 13 deletions
diff --git a/package/openssl/001-do-not-build-docs.patch b/package/openssl/001-do-not-build-docs.patch deleted file mode 100644 index 135a9d3b04..0000000000 --- a/package/openssl/001-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 \ |