From a40788b2db81ceba7e4a9f75e1c120efd7577600 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sun, 16 Mar 2025 16:21:10 -0700 Subject: [PATCH] gcr: fix build with gcc14 and musl --- srcpkgs/gcr/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/gcr/template b/srcpkgs/gcr/template index fc3b9eaa80e..ef04600670a 100644 --- a/srcpkgs/gcr/template +++ b/srcpkgs/gcr/template @@ -20,6 +20,7 @@ distfiles="${GNOME_SITE}/gcr/${version%.*}/gcr-${version}.tar.xz" checksum=bad10f3c553a0e1854649ab59c5b2434da22ca1a54ae6138f1f53961567e1ab7 make_check_pre="dbus-run-session" make_check=no # Gcr:ERROR:../gcr/test-gnupg-collection.c:203:test_load: assertion failed: (record) +CFLAGS="-D_GNU_SOURCE" # getpass # Package build options build_options="gir"