9706a0b2a82469a2f739b2f5f248e386ee1a6a69
[openwrt.git] / package / openssl / patches / 160-disable_doc_tests.patch
1 Index: openssl-0.9.8e/Makefile
2 ===================================================================
3 --- openssl-0.9.8e.orig/Makefile 2007-06-04 13:23:31.995869784 +0200
4 +++ openssl-0.9.8e/Makefile 2007-06-04 13:23:33.246679632 +0200
5 @@ -106,7 +106,7 @@
6 ZLIB_INCLUDE=
7 LIBZLIB=
8
9 -DIRS= crypto ssl engines apps test tools
10 +DIRS= crypto ssl engines apps tools
11 SHLIBDIRS= crypto ssl
12
13 # dirs in crypto to build
14 @@ -123,7 +123,7 @@
15
16 # tests to perform. "alltests" is a special word indicating that all tests
17 # should be performed.
18 -TESTS = alltests
19 +TESTS =
20
21 MAKEFILE= Makefile
22
23 @@ -135,7 +135,7 @@
24
25 TOP= .
26 ONEDIRS=out tmp
27 -EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
28 +EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS
29 WDIRS= windows
30 LIBS= libcrypto.a libssl.a
31 SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
32 @@ -225,7 +225,7 @@
33 @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)
34
35 sub_all: build_all
36 -build_all: build_libs build_apps build_tests build_tools
37 +build_all: build_libs build_apps build_tools
38
39 build_libs: build_crypto build_ssl build_engines
40
41 @@ -475,7 +475,7 @@
42 dist_pem_h:
43 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
44
45 -install: all install_docs install_sw
46 +install: all install_sw
47
48 install_sw:
49 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
50 Index: openssl-0.9.8e/Makefile.org
51 ===================================================================
52 --- openssl-0.9.8e.orig/Makefile.org 2007-06-04 13:23:32.857738760 +0200
53 +++ openssl-0.9.8e/Makefile.org 2007-06-04 13:23:33.246679632 +0200
54 @@ -473,7 +473,7 @@
55 dist_pem_h:
56 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
57
58 -install: all install_docs install_sw
59 +install: all install_sw
60
61 install_sw:
62 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
This page took 0.054301 seconds and 3 git commands to generate.