Disable man generation for openssl
[openwrt/svn-archive/archive.git] / openwrt / package / openssl / patches / 160-disable_doc_tests.patch
1 diff -urN openssl-0.9.7i/Makefile openssl-0.9.7i.new/Makefile
2 --- openssl-0.9.7i/Makefile 2005-10-15 00:27:49.000000000 +0200
3 +++ openssl-0.9.7i.new/Makefile 2006-04-15 12:50:22.000000000 +0200
4 @@ -178,7 +178,7 @@
5 # we might set SHLIB_MARK to '$(SHARED_LIBS)'.
6 SHLIB_MARK=
7
8 -DIRS= crypto fips ssl $(SHLIB_MARK) sigs apps test tools
9 +DIRS= crypto fips ssl $(SHLIB_MARK) sigs apps tools
10 SHLIBDIRS= crypto ssl
11
12 # dirs in crypto to build
13 @@ -193,7 +193,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 @@ -205,7 +205,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 SIGS= libcrypto.a.sha1
31 @@ -773,7 +773,7 @@
32 dist_pem_h:
33 (cd crypto/pem; $(MAKE) CC='${CC}' SDIRS='${SDIRS}' CFLAG='${CFLAG}' pem.h; $(MAKE) clean)
34
35 -install: all install_docs install_sw
36 +install: all install_sw
37
38 install_sw:
39 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
40 diff -urN openssl-0.9.7i/Makefile.org openssl-0.9.7i.new/Makefile.org
41 --- openssl-0.9.7i/Makefile.org 2006-04-15 12:47:55.000000000 +0200
42 +++ openssl-0.9.7i.new/Makefile.org 2006-04-15 12:51:18.000000000 +0200
43 @@ -191,7 +191,7 @@
44
45 # tests to perform. "alltests" is a special word indicating that all tests
46 # should be performed.
47 -TESTS = alltests
48 +TESTS =
49
50 MAKEFILE= Makefile
51
52 @@ -203,7 +203,7 @@
53
54 TOP= .
55 ONEDIRS=out tmp
56 -EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
57 +EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS
58 WDIRS= windows
59 LIBS= libcrypto.a libssl.a
60 SIGS= libcrypto.a.sha1
61 @@ -767,7 +767,7 @@
62 dist_pem_h:
63 (cd crypto/pem; $(MAKE) CC='${CC}' SDIRS='${SDIRS}' CFLAG='${CFLAG}' pem.h; $(MAKE) clean)
64
65 -install: all install_docs install_sw
66 +install: all install_sw
67
68 install_sw:
69 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \