mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 12:09:47 +00:00
f5f014985b
update 1.8.7 (2020-10-23) to 1.10.1 (2023-04-07)
changelog:
- https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=blob_plain;f=NEWS
- https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=blob;f=NEWS;h=32b580a8d2823e066a59853ac2ae59a3b7b610a5;hb=05422ca24a0391dad2a0b7790a904ce348819c10
- https://github.com/gpg/libgcrypt/tags
In review this - http://lists.busybox.net/pipermail/buildroot/2019-July/253921.html
in relation to the removal of the patch.
The upstream patch that is included in >= 1.9.0 fixes the issue.
0f4545b441
25 lines
1.2 KiB
Diff
25 lines
1.2 KiB
Diff
diff -Naur libgcrypt-1.4.6/cipher/Makefile.am libgcrypt-1.4.6.patch/cipher/Makefile.am
|
|
--- libgcrypt-1.4.6/cipher/Makefile.am 2009-12-11 16:31:38.000000000 +0100
|
|
+++ libgcrypt-1.4.6.patch/cipher/Makefile.am 2011-05-08 03:21:56.463021968 +0200
|
|
@@ -153,7 +153,7 @@
|
|
|
|
|
|
if ENABLE_O_FLAG_MUNGING
|
|
-o_flag_munging = sed -e 's/-O\([2-9sgz][2-9sgz]*\)/-O1/' -e 's/-Ofast/-O1/g'
|
|
+o_flag_munging = sed -e 's/-O\([2-9sgz][2-9sgz]\)/-O1/' -e 's/-Ofast/-O1/g'
|
|
else
|
|
o_flag_munging = cat
|
|
endif
|
|
diff -Naur libgcrypt-1.4.6/cipher/Makefile.in libgcrypt-1.4.6.patch/cipher/Makefile.in
|
|
--- libgcrypt-1.4.6/cipher/Makefile.in 2010-07-13 17:42:20.000000000 +0200
|
|
+++ libgcrypt-1.4.6.patch/cipher/Makefile.in 2011-05-08 03:22:12.059208971 +0200
|
|
@@ -602,7 +602,7 @@
|
|
blake2b-amd64-avx2.S blake2s-amd64-avx.S
|
|
|
|
@ENABLE_O_FLAG_MUNGING_FALSE@o_flag_munging = cat
|
|
-@ENABLE_O_FLAG_MUNGING_TRUE@o_flag_munging = sed -e 's/-O\([2-9sgz][2-9sgz]*\)/-O1/' -e 's/-Ofast/-O1/g'
|
|
+@ENABLE_O_FLAG_MUNGING_TRUE@o_flag_munging = sed -e 's/-O\([2-9sgz][2-9sgz]\)/-O1/' -e 's/-Ofast/-O1/g'
|
|
@ENABLE_INSTRUMENTATION_MUNGING_FALSE@instrumentation_munging = cat
|
|
|
|
# We need to disable instrumentation for these modules as they use cc as
|