diff --git a/package/libs/openssl/patches/999-dont-ar-on-so.patch b/package/libs/openssl/patches/999-dont-ar-on-so.patch new file mode 100644 index 0000000..f33c69b --- /dev/null +++ b/package/libs/openssl/patches/999-dont-ar-on-so.patch @@ -0,0 +1,11 @@ +--- openssl-1.1.1h/Configurations/unix-Makefile.tmpl 2019-09-10 14:13:07.000000000 +0100 ++++ openssl-1.1.1h/Configurations/unix-Makefile.tmpl 2019-09-10 14:13:07.000000000 +0100 +@@ -650,7 +650,7 @@ + $(AR) r "$$a.new" "$$so"; \ + done; \ + )); fi; \ +- $(AR) r "$$a.new" "$$s1"; \ ++ echo $(AR) r "$$a.new" "$$s1"; \ + mv -f "$$a.new" "$$a"; \ + : {- output_off() if sharedaix(); output_on(); "" -}; \ + done