X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fopenssl%2Fpatches%2F190-remove_timestamp_check.patch;fp=package%2Fopenssl%2Fpatches%2F190-remove_timestamp_check.patch;h=2677b2d6f1f7dd2bf3cb581e6d509f62114b1b58;hp=d6ec497fd1e3b549b0d6724f945ec9c2478e89e9;hb=0d58efa70b0e90b886dc922919173132d17ccaaf;hpb=2e2b62fc05534fb20ea711126f570f4b5cf40469 diff --git a/package/openssl/patches/190-remove_timestamp_check.patch b/package/openssl/patches/190-remove_timestamp_check.patch index d6ec497fd1..2677b2d6f1 100644 --- a/package/openssl/patches/190-remove_timestamp_check.patch +++ b/package/openssl/patches/190-remove_timestamp_check.patch @@ -1,6 +1,6 @@ --- a/Makefile.org +++ b/Makefile.org -@@ -158,7 +158,7 @@ WTARFILE= $(NAME)-win.tar +@@ -184,7 +184,7 @@ WTARFILE= $(NAME)-win.tar EXHEADER= e_os2.h HEADER= e_os.h @@ -9,7 +9,7 @@ # as we stick to -e, CLEARENV ensures that local variables in lower # Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn -@@ -354,11 +354,6 @@ openssl.pc: Makefile +@@ -396,11 +396,6 @@ openssl.pc: Makefile echo 'Libs.private: $(EX_LIBS)'; \ echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc @@ -19,5 +19,5 @@ - @false - libclean: - rm -f *.map *.so *.so.* *.dll engines/*.so engines/*.dll *.a engines/*.a */lib */*/lib + rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib