avahi: fix sed patch

This commit is contained in:
2026-01-28 18:58:58 +01:00
parent fe541b6e3c
commit 2045e60311
2 changed files with 1 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ build = [
# 64-bit build # 64-bit build
f"cd {builddir} && patch -Np1 -i ../avahi-{pkgver}-ipv6_race_condition_fix-1.patch && " f"cd {builddir} && patch -Np1 -i ../avahi-{pkgver}-ipv6_race_condition_fix-1.patch && "
f"sed -i '426a if (events & AVAHI_WATCH_HUP) {{ \client_free(c); \\return; \\}}' avahi-daemon/simple-protocol.c && ./configure --prefix=/usr " f"sed -i '426a if (events & AVAHI_WATCH_HUP) {{ client_free(c); return; }}' avahi-daemon/simple-protocol.c && ./configure --prefix=/usr "
f"--sysconfdir=/etc --localstatedir=/var --disable-static --disable-libevent --disable-mono --disable-monodoc --disable-python " f"--sysconfdir=/etc --localstatedir=/var --disable-static --disable-libevent --disable-mono --disable-monodoc --disable-python "
f"--disable-qt3 --disable-qt4 --disable-qt5 --enable-core-docs --with-distro=none --with-systemdsystemunitdir=no " f"--disable-qt3 --disable-qt4 --disable-qt5 --enable-core-docs --with-distro=none --with-systemdsystemunitdir=no "
f"--with-dbus-system-address='unix:path=/run/dbus/system_bus_socket'", f"--with-dbus-system-address='unix:path=/run/dbus/system_bus_socket'",

View File

@@ -30,7 +30,6 @@ btop.recipe.py
bubblewrap.recipe.py bubblewrap.recipe.py
bzip2.recipe.py bzip2.recipe.py
caelestia-cli.recipe.py caelestia-cli.recipe.py
caelestia.recipe.py
caelestia-shell.recipe.py caelestia-shell.recipe.py
cairo.recipe.py cairo.recipe.py
c-ares.recipe.py c-ares.recipe.py
@@ -79,7 +78,6 @@ extra-cmake-modules.recipe.py
eza.recipe.py eza.recipe.py
fastfetch.recipe.py fastfetch.recipe.py
fcron.recipe.py fcron.recipe.py
femboyos-postpatches.recipe.py
femctl.recipe.py femctl.recipe.py
fempkg-keys.recipe.py fempkg-keys.recipe.py
fempkg.recipe.py fempkg.recipe.py