From 50c5c4f6fe450cc9a23de6371681c4c9f63d3df8 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 11 Jun 2015 20:28:44 +0000 Subject: openssl: 1.0.2b (hey, we made it nearly 3 months this time!) Signed-off-by: Steven Barth git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45946 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libs/openssl/patches/190-remove_timestamp_check.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/libs/openssl/patches/190-remove_timestamp_check.patch') 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 -- cgit v1.2.3