aboutsummaryrefslogtreecommitdiffstats
path: root/package/openssl
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
commit6186aab6fcb6181dbbdc6344cb4b4e53b560a74e (patch)
tree22d655e4a49abe2425618ee9e876247676e2ef4b /package/openssl
parent1543878492628b6666e63e677696d24901c96e13 (diff)
downloadupstream-6186aab6fcb6181dbbdc6344cb4b4e53b560a74e.tar.gz
upstream-6186aab6fcb6181dbbdc6344cb4b4e53b560a74e.tar.bz2
upstream-6186aab6fcb6181dbbdc6344cb4b4e53b560a74e.zip
Really disable doc generation, increases install time
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4725 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl')
-rw-r--r--package/openssl/patches/160-disable_doc_tests.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/openssl/patches/160-disable_doc_tests.patch b/package/openssl/patches/160-disable_doc_tests.patch
index de8d8527bd..27e2033475 100644
--- a/package/openssl/patches/160-disable_doc_tests.patch
+++ b/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 \