[package] update openssl to 0.9.8k (#4846)
[openwrt.git] / package / openssl / patches / 160-disable_doc_tests.patch
1 diff -burN openssl-0.9.8k/Makefile openssl-0.9.8k.patched/Makefile
2 --- openssl-0.9.8k/Makefile 2009-03-25 14:11:43.000000000 +0100
3 +++ openssl-0.9.8k.patched/Makefile 2009-03-26 15:28:35.483566078 +0100
4 @@ -133,7 +133,7 @@
5
6 BASEADDR=0xFB00000
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 @@ -150,7 +150,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 @@ -162,7 +162,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 @@ -321,7 +321,7 @@
32 ../crypto/uid.o
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_fips build_ssl build_shared build_engines
39
40 @@ -613,7 +613,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 \
49 diff -burN openssl-0.9.8k/Makefile.org openssl-0.9.8k.patched/Makefile.org
50 --- openssl-0.9.8k/Makefile.org 2009-03-03 23:40:29.000000000 +0100
51 +++ openssl-0.9.8k.patched/Makefile.org 2009-03-26 15:29:05.243750064 +0100
52 @@ -611,7 +611,7 @@
53 dist_pem_h:
54 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
55
56 -install: all install_docs install_sw
57 +install: all install_sw
58
59 install_sw:
60 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
This page took 0.044429 seconds and 5 git commands to generate.