mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
avahi: Build without dbus
We don't have any services connected to dbus, so what is the point of avahi trying to connect to it? Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -7,7 +7,6 @@ etc/avahi/services
|
|||||||
etc/avahi/services/sftp-ssh.service
|
etc/avahi/services/sftp-ssh.service
|
||||||
etc/avahi/services/smb.service
|
etc/avahi/services/smb.service
|
||||||
etc/avahi/services/ssh.service
|
etc/avahi/services/ssh.service
|
||||||
etc/dbus-1/system.d/avahi-dbus.conf
|
|
||||||
etc/rc.d/init.d/avahi
|
etc/rc.d/init.d/avahi
|
||||||
usr/bin/avahi-browse
|
usr/bin/avahi-browse
|
||||||
usr/bin/avahi-browse-domains
|
usr/bin/avahi-browse-domains
|
||||||
@@ -90,16 +89,6 @@ usr/sbin/avahi-daemon
|
|||||||
usr/sbin/avahi-dnsconfd
|
usr/sbin/avahi-dnsconfd
|
||||||
usr/share/avahi
|
usr/share/avahi
|
||||||
usr/share/avahi/avahi-service.dtd
|
usr/share/avahi/avahi-service.dtd
|
||||||
#usr/share/dbus-1/interfaces
|
|
||||||
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.AddressResolver.xml
|
|
||||||
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.DomainBrowser.xml
|
|
||||||
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.EntryGroup.xml
|
|
||||||
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.HostNameResolver.xml
|
|
||||||
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.RecordBrowser.xml
|
|
||||||
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.Server.xml
|
|
||||||
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.ServiceBrowser.xml
|
|
||||||
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.ServiceResolver.xml
|
|
||||||
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.ServiceTypeBrowser.xml
|
|
||||||
#usr/share/locale/ach
|
#usr/share/locale/ach
|
||||||
#usr/share/locale/ach/LC_MESSAGES
|
#usr/share/locale/ach/LC_MESSAGES
|
||||||
#usr/share/locale/ach/LC_MESSAGES/avahi.mo
|
#usr/share/locale/ach/LC_MESSAGES/avahi.mo
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
|||||||
PROG = avahi
|
PROG = avahi
|
||||||
PAK_VER = 4
|
PAK_VER = 4
|
||||||
|
|
||||||
DEPS = "dbus libdaemon"
|
DEPS = "libdaemon"
|
||||||
|
|
||||||
CFLAGS += -U_FORTIFY_SOURCE
|
CFLAGS += -U_FORTIFY_SOURCE
|
||||||
|
|
||||||
@@ -89,6 +89,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
--disable-gtk \
|
--disable-gtk \
|
||||||
--disable-gtk3 \
|
--disable-gtk3 \
|
||||||
--disable-pygtk \
|
--disable-pygtk \
|
||||||
|
--disable-dbus \
|
||||||
--disable-python \
|
--disable-python \
|
||||||
--disable-pygobject \
|
--disable-pygobject \
|
||||||
--disable-python-dbus \
|
--disable-python-dbus \
|
||||||
|
|||||||
Reference in New Issue
Block a user