diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-06-11 20:28:44 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-06-11 20:28:44 +0000 |
commit | 89c8d78d31852a80f655e2395d1c776be51aea83 (patch) | |
tree | 4defbbd37b912ad3a40aafae6ff459265e7c9d45 /package/libs/openssl/patches/160-disable_doc_tests.patch | |
parent | 84bfed7bd32e7541feadc9c438e57b14559ddc7b (diff) | |
download | mtk-20170518-89c8d78d31852a80f655e2395d1c776be51aea83.zip mtk-20170518-89c8d78d31852a80f655e2395d1c776be51aea83.tar.gz mtk-20170518-89c8d78d31852a80f655e2395d1c776be51aea83.tar.bz2 |
openssl: 1.0.2b (hey, we made it nearly 3 months this time!)
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45946
Diffstat (limited to 'package/libs/openssl/patches/160-disable_doc_tests.patch')
-rw-r--r-- | package/libs/openssl/patches/160-disable_doc_tests.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/openssl/patches/160-disable_doc_tests.patch b/package/libs/openssl/patches/160-disable_doc_tests.patch index e31ffa5..afd5065 100644 --- a/package/libs/openssl/patches/160-disable_doc_tests.patch +++ b/package/libs/openssl/patches/160-disable_doc_tests.patch @@ -34,9 +34,9 @@ -build_all: build_libs build_apps build_tests build_tools +build_all: build_libs build_apps build_tools - build_libs: build_crypto build_ssl build_engines + build_libs: build_libcrypto build_libssl openssl.pc -@@ -538,7 +538,7 @@ dist: +@@ -528,7 +528,7 @@ dist: dist_pem_h: (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean) @@ -47,7 +47,7 @@ @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \ --- a/Makefile.org +++ b/Makefile.org -@@ -536,7 +536,7 @@ dist: +@@ -526,7 +526,7 @@ dist: dist_pem_h: (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean) |