From 7f6be11622772acd96352dd2a0e79fddb4101412 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Sat, 28 Feb 2026 22:50:56 -0500 Subject: [PATCH] fix(avahi): use gdbm backend and disable conflicting dbm option --- steps-guix/avahi-0.8/pass1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/steps-guix/avahi-0.8/pass1.sh b/steps-guix/avahi-0.8/pass1.sh index 6ff91c9b..37eb7ba5 100644 --- a/steps-guix/avahi-0.8/pass1.sh +++ b/steps-guix/avahi-0.8/pass1.sh @@ -18,7 +18,8 @@ src_configure() { --build="${host_triplet}" \ --with-distro=lfs \ --disable-stack-protector \ - --enable-dbm \ + --enable-gdbm \ + --disable-dbm \ --enable-static \ --enable-shared \ --disable-glib \