diff options
author | James <> | 2021-10-27 15:17:29 +0100 |
---|---|---|
committer | James <> | 2021-10-27 15:21:02 +0100 |
commit | 499d76a43c8accc286bb06b47a4d7031afaed8bd (patch) | |
tree | c8a1232ce543009597bc34674ad1d2b4616d29c1 /master/fix-build-misery | |
download | master-52a5d0d2-pq-499d76a43c8accc286bb06b47a4d7031afaed8bd.tar.gz master-52a5d0d2-pq-499d76a43c8accc286bb06b47a4d7031afaed8bd.tar.bz2 master-52a5d0d2-pq-499d76a43c8accc286bb06b47a4d7031afaed8bd.zip |
fish
Diffstat (limited to 'master/fix-build-misery')
-rw-r--r-- | master/fix-build-misery | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/master/fix-build-misery b/master/fix-build-misery new file mode 100644 index 0000000..6ca9e5b --- /dev/null +++ b/master/fix-build-misery @@ -0,0 +1,17 @@ +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 |