Loading CHANGES +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny, luafilesystem, luasocket, rings, wsapi, xavante, xterm Updated/fixed packages: alsa-lib, berkeleydb, bash, blackbox, Updated/fixed packages: alsa-lib, avahi, berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc, dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig, gawk, gstreamer, gzip, intltool, ipsec-tools, Loading package/avahi/avahi-disable-systemd-support.patch 0 → 100644 +22 −0 Original line number Diff line number Diff line [PATCH] avahi-daemon: disable systemd support Disable systemd support as it isn't needed for BR, and uses SOCK_CLOEXEC which isn't available on uClibc. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> --- avahi-daemon/sd-daemon.h | 1 + 1 file changed, 1 insertion(+) Index: avahi-0.6.27/avahi-daemon/sd-daemon.h =================================================================== --- avahi-0.6.27.orig/avahi-daemon/sd-daemon.h +++ avahi-0.6.27/avahi-daemon/sd-daemon.h @@ -66,6 +66,7 @@ extern "C" { See sd-daemon(7) for more information. */ +#define DISABLE_SYSTEMD /* no systemd support in BR */ #if __GNUC__ >= 4 #define _sd_printf_attr_(a,b) __attribute__ ((format (printf, a, b))) package/avahi/avahi.mk +3 −1 Original line number Diff line number Diff line Loading @@ -10,9 +10,10 @@ # either version 2.1 of the License, or (at your option) any # later version. AVAHI_VERSION = 0.6.23 AVAHI_VERSION = 0.6.27 AVAHI_SOURCE = avahi-$(AVAHI_VERSION).tar.gz AVAHI_SITE = http://www.avahi.org/download/ AVAHI_LIBTOOL_PATCH = NO AVAHI_INSTALL_STAGING = YES AVAHI_INSTALL_TARGET = YES Loading Loading @@ -71,6 +72,7 @@ AVAHI_CONF_OPT = --localstatedir=/var \ --disable-gdbm \ --disable-python-dbus \ --disable-pygtk \ --disable-gtk3 \ --disable-mono \ --disable-monodoc \ --disable-stack-protector \ Loading Loading
CHANGES +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny, luafilesystem, luasocket, rings, wsapi, xavante, xterm Updated/fixed packages: alsa-lib, berkeleydb, bash, blackbox, Updated/fixed packages: alsa-lib, avahi, berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc, dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig, gawk, gstreamer, gzip, intltool, ipsec-tools, Loading
package/avahi/avahi-disable-systemd-support.patch 0 → 100644 +22 −0 Original line number Diff line number Diff line [PATCH] avahi-daemon: disable systemd support Disable systemd support as it isn't needed for BR, and uses SOCK_CLOEXEC which isn't available on uClibc. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> --- avahi-daemon/sd-daemon.h | 1 + 1 file changed, 1 insertion(+) Index: avahi-0.6.27/avahi-daemon/sd-daemon.h =================================================================== --- avahi-0.6.27.orig/avahi-daemon/sd-daemon.h +++ avahi-0.6.27/avahi-daemon/sd-daemon.h @@ -66,6 +66,7 @@ extern "C" { See sd-daemon(7) for more information. */ +#define DISABLE_SYSTEMD /* no systemd support in BR */ #if __GNUC__ >= 4 #define _sd_printf_attr_(a,b) __attribute__ ((format (printf, a, b)))
package/avahi/avahi.mk +3 −1 Original line number Diff line number Diff line Loading @@ -10,9 +10,10 @@ # either version 2.1 of the License, or (at your option) any # later version. AVAHI_VERSION = 0.6.23 AVAHI_VERSION = 0.6.27 AVAHI_SOURCE = avahi-$(AVAHI_VERSION).tar.gz AVAHI_SITE = http://www.avahi.org/download/ AVAHI_LIBTOOL_PATCH = NO AVAHI_INSTALL_STAGING = YES AVAHI_INSTALL_TARGET = YES Loading Loading @@ -71,6 +72,7 @@ AVAHI_CONF_OPT = --localstatedir=/var \ --disable-gdbm \ --disable-python-dbus \ --disable-pygtk \ --disable-gtk3 \ --disable-mono \ --disable-monodoc \ --disable-stack-protector \ Loading