X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Flibs%2Fopenssl%2Fpatches%2F190-remove_timestamp_check.patch;fp=package%2Flibs%2Fopenssl%2Fpatches%2F190-remove_timestamp_check.patch;h=8a832a44154f45145c060806e3f5a94404e02029;hp=86b17d03402377769663b663c3426629205f6594;hb=8a2b958bbae529ff8389eb3a30e21dc9e1d282db;hpb=41fcf6455a0a3754c7e4ad4d7c1068c8ebd4ce4e 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