summaryrefslogtreecommitdiff
path: root/package/openssl/openssl-0.9.8k-do-not-build-docs.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-04-07 07:01:20 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-04-07 07:01:20 +0000
commitbd14b0e70f5b5b1d1e308bab6af0821e5894de57 (patch)
treec54e3de32f31211307367cc7150801c6181dbaaf /package/openssl/openssl-0.9.8k-do-not-build-docs.patch
parenta933ef66bfd34b4d1c484f08da914e2626bb5a5e (diff)
openssl: bump version
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #217 Fixes multiple security flaws - See http://www.openssl.org/news/secadv_20090325.txt for details.
Diffstat (limited to 'package/openssl/openssl-0.9.8k-do-not-build-docs.patch')
-rw-r--r--package/openssl/openssl-0.9.8k-do-not-build-docs.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/openssl/openssl-0.9.8k-do-not-build-docs.patch b/package/openssl/openssl-0.9.8k-do-not-build-docs.patch
new file mode 100644
index 000000000..135a9d3b0
--- /dev/null
+++ b/package/openssl/openssl-0.9.8k-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 \