X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flibs%2Fopenssl%2Fpatches%2F190-remove_timestamp_check.patch;h=acf97bc33b53f080db98503a0a964e1f4116f6cc;hb=5400904679022a0a1b1b9b4651d80dbbde499396;hp=460068840e3668233ba71ff386b3f658397cbd42;hpb=2ceb14d45653b4778105e0eb21c248151fe5ec3a;p=openwrt-github%2F.git diff --git a/package/libs/openssl/patches/190-remove_timestamp_check.patch b/package/libs/openssl/patches/190-remove_timestamp_check.patch index 460068840e..acf97bc33b 100644 --- a/package/libs/openssl/patches/190-remove_timestamp_check.patch +++ b/package/libs/openssl/patches/190-remove_timestamp_check.patch @@ -1,17 +1,17 @@ --- a/Makefile.org +++ b/Makefile.org -@@ -184,7 +184,7 @@ WTARFILE= $(NAME)-win.tar +@@ -185,7 +185,7 @@ WTARFILE= $(NAME)-win.tar 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 -@@ -397,11 +397,6 @@ openssl.pc: Makefile - echo 'Libs.private: $(EX_LIBS)'; \ - echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc +@@ -399,11 +399,6 @@ openssl.pc: Makefile + echo 'Version: '$(VERSION); \ + echo 'Requires: libssl libcrypto' ) > openssl.pc -Makefile: Makefile.org Configure config - @echo "Makefile is older than Makefile.org, Configure or config."