summaryrefslogtreecommitdiff
path: root/package/openssl/openssl-0.9.8j-do-not-build-docs.patch
diff options
context:
space:
mode:
authorHamish Moffatt <hamish@cloud.net.au>2009-02-24 00:37:06 +0000
committerHamish Moffatt <hamish@cloud.net.au>2009-02-24 00:37:06 +0000
commite14c11230a4f7682153431700ff2bee90c820371 (patch)
treef2b52bc2154beb8f7dcb6c3baf63ed6e2ed9893c /package/openssl/openssl-0.9.8j-do-not-build-docs.patch
parent9d6c2f548e90fba752e459b6cc01ef0e5039c64d (diff)
Bump version to 0.9.8j
Diffstat (limited to 'package/openssl/openssl-0.9.8j-do-not-build-docs.patch')
-rw-r--r--package/openssl/openssl-0.9.8j-do-not-build-docs.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/openssl/openssl-0.9.8j-do-not-build-docs.patch b/package/openssl/openssl-0.9.8j-do-not-build-docs.patch
new file mode 100644
index 000000000..135a9d3b0
--- /dev/null
+++ b/package/openssl/openssl-0.9.8j-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 \