add openssl
[openwrt.git] / package / openssl / patches / 160-disable_doc_tests.patch
1 diff -urN openssl-0.9.8a/Makefile openssl-0.9.8a.new/Makefile
2 --- openssl-0.9.8a/Makefile     2005-10-11 12:21:48.000000000 +0200
3 +++ openssl-0.9.8a.new/Makefile 2006-03-29 15:23:28.107586680 +0200
4 @@ -102,7 +102,7 @@
5  KRB5_INCLUDES=
6  LIBKRB5=
7  
8 -DIRS=   crypto ssl engines apps test tools
9 +DIRS=   crypto ssl engines apps tools
10  SHLIBDIRS= crypto ssl
11  
12  # dirs in crypto to build
13 @@ -119,7 +119,7 @@
14  
15  # tests to perform.  "alltests" is a special word indicating that all tests
16  # should be performed.
17 -TESTS = alltests
18 +TESTS = 
19  
20  MAKEFILE= Makefile
21  
22 @@ -131,7 +131,7 @@
23  
24  TOP=    .
25  ONEDIRS=out tmp
26 -EDIRS=  times doc bugs util include certs ms shlib mt demos perl sf dep VMS
27 +EDIRS=  times bugs util include certs ms shlib mt demos perl sf dep VMS
28  WDIRS=  windows
29  LIBS=   libcrypto.a libssl.a
30  SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
31 @@ -204,7 +204,7 @@
32         @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)
33  
34  sub_all: build_all
35 -build_all: build_libs build_apps build_tests build_tools
36 +build_all: build_libs build_apps build_tools
37  
38  build_libs: build_crypto build_ssl build_engines
39  
40 @@ -454,7 +454,7 @@
41  dist_pem_h:
42         (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
43  
44 -install: all install_docs install_sw
45 +install: all install_sw
46  
47  install_sw:
48         @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \