summaryrefslogtreecommitdiff
path: root/package/openssl/openssl-0.9.8g-do-not-build-docs.patch
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-09-24 09:10:06 +0000
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-09-24 09:10:06 +0000
commit1158ddccd97ca3e35b21c7be8ed6296b012e18f3 (patch)
tree45caf0bb95a9e8183c1ed9860e7d95e05c8447d0 /package/openssl/openssl-0.9.8g-do-not-build-docs.patch
parent5c662fee803352fad5dfbc3860bbd159673e1e20 (diff)
openssl: convert to Makefile.autotools.in and bump version to 0.9.8g
This patch converts building of OpenSSL to use Makefile.autotools.in and bumps the version to 0.9.8g. The patches are updated to reflect this version upgrade. A kconfig option for adding the OpenSSL engines is also added. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package/openssl/openssl-0.9.8g-do-not-build-docs.patch')
-rw-r--r--package/openssl/openssl-0.9.8g-do-not-build-docs.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/openssl/openssl-0.9.8g-do-not-build-docs.patch b/package/openssl/openssl-0.9.8g-do-not-build-docs.patch
new file mode 100644
index 000000000..135a9d3b0
--- /dev/null
+++ b/package/openssl/openssl-0.9.8g-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 \