summaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/190-remove_timestamp_check.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-06-11 20:28:44 +0000
committerSteven Barth <cyrus@openwrt.org>2015-06-11 20:28:44 +0000
commit89c8d78d31852a80f655e2395d1c776be51aea83 (patch)
tree4defbbd37b912ad3a40aafae6ff459265e7c9d45 /package/libs/openssl/patches/190-remove_timestamp_check.patch
parent84bfed7bd32e7541feadc9c438e57b14559ddc7b (diff)
downloadmaster-31e0f0ae-89c8d78d31852a80f655e2395d1c776be51aea83.tar.gz
master-31e0f0ae-89c8d78d31852a80f655e2395d1c776be51aea83.tar.bz2
master-31e0f0ae-89c8d78d31852a80f655e2395d1c776be51aea83.zip
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/190-remove_timestamp_check.patch')
-rw-r--r--package/libs/openssl/patches/190-remove_timestamp_check.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/openssl/patches/190-remove_timestamp_check.patch b/package/libs/openssl/patches/190-remove_timestamp_check.patch
index 86b17d0340..8a832a4415 100644
--- a/package/libs/openssl/patches/190-remove_timestamp_check.patch
+++ b/package/libs/openssl/patches/190-remove_timestamp_check.patch
@@ -4,12 +4,12 @@
EXHEADER= e_os2.h
HEADER= e_os.h
--all: Makefile build_all openssl.pc libssl.pc libcrypto.pc
-+all: build_all openssl.pc libssl.pc libcrypto.pc
+-all: Makefile build_all
++all: build_all
# as we stick to -e, CLEARENV ensures that local variables in lower
# Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn
-@@ -395,11 +395,6 @@ openssl.pc: Makefile
+@@ -398,11 +398,6 @@ openssl.pc: Makefile
echo 'Version: '$(VERSION); \
echo 'Requires: libssl libcrypto' ) > openssl.pc