summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2023-08-24 17:04:09 +0200
committerØrjan Malde <red@foxi.me>2023-08-24 17:04:09 +0200
commitf116b2d8d26ee209cd70c79c3c55ef4b4b363b44 (patch)
tree33cd242181d1e7c4915608ddceae2a4fcc42273b /patches
parent8801f5fdbea67d1da006423462b1434aa5574cc2 (diff)
downloadmidipix_build-f116b2d8d26ee209cd70c79c3c55ef4b4b363b44.tar.bz2
midipix_build-f116b2d8d26ee209cd70c79c3c55ef4b4b363b44.tar.xz
groups.d/251.native_packages_lib.group: libgcrypt: bump to v1.10.2
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/libgcrypt-1.10.2_pre.local.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/libgcrypt-1.10.2_pre.local.patch b/patches/libgcrypt-1.10.2_pre.local.patch
new file mode 100644
index 00000000..f6ff4bf9
--- /dev/null
+++ b/patches/libgcrypt-1.10.2_pre.local.patch
@@ -0,0 +1,12 @@
+diff -ru libgcrypt-1.10.2.orig/configure libgcrypt-1.10.2/configure
+--- libgcrypt-1.10.2.orig/configure 2023-04-06 21:07:18.000000000 +0200
++++ libgcrypt-1.10.2/configure 2023-08-24 17:01:02.087595041 +0200
+@@ -15552,7 +15552,7 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GPG Error - version >= $min_gpg_error_version" >&5
+ $as_echo_n "checking for GPG Error - version >= $min_gpg_error_version... " >&6; }
+ if test $ok = yes; then
+- GPG_ERROR_CFLAGS=`$GPG_ERROR_CONFIG --cflags`
++ GPG_ERROR_CFLAGS=``
+ GPG_ERROR_LIBS=`$GPG_ERROR_CONFIG --libs`
+ if test -z "$GPGRT_CONFIG"; then
+ GPG_ERROR_MT_CFLAGS=`$GPG_ERROR_CONFIG --mt --cflags 2>/dev/null`