aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-09-02 08:38:39 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-09-02 08:38:39 +0000
commitc48273a2d3d0019281e578afb0eb3c5fbae1d20a (patch)
tree8a68e4f17017d627ecb7f30933853d4a91ed5c26
parent3c4b1423e0b255543d66c3a37e09b3f9f1329a13 (diff)
downloadupstream-c48273a2d3d0019281e578afb0eb3c5fbae1d20a.tar.gz
upstream-c48273a2d3d0019281e578afb0eb3c5fbae1d20a.tar.bz2
upstream-c48273a2d3d0019281e578afb0eb3c5fbae1d20a.zip
Really disable doc generation, increases install time
SVN-Revision: 4725
-rw-r--r--openwrt/package/openssl/patches/160-disable_doc_tests.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/openssl/patches/160-disable_doc_tests.patch b/openwrt/package/openssl/patches/160-disable_doc_tests.patch
index de8d8527bd..27e2033475 100644
--- a/openwrt/package/openssl/patches/160-disable_doc_tests.patch
+++ b/openwrt/package/openssl/patches/160-disable_doc_tests.patch
@@ -46,3 +46,15 @@ diff -urN openssl-0.9.8a/Makefile openssl-0.9.8a.new/Makefile
install_sw:
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
+diff -urN openssl-0.9.8b/Makefile.org openssl-0.9.8b.new/Makefile.org
+--- openssl-0.9.8b/Makefile.org 2006-09-01 19:34:51.000000000 +0200
++++ openssl-0.9.8b.new/Makefile.org 2006-09-01 19:36:38.000000000 +0200
+@@ -473,7 +473,7 @@
+ dist_pem_h:
+ (cd crypto/pem; $(MAKE) -e $(BUILDENV) 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 \