@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := avahi
PKG_VERSION := 0.7
PKG_RELEASE := 2
PKG_RELEASE := 3
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://github.com/lathiat/avahi/releases/download/v$( PKG_VERSION) \
@ -273,8 +273,6 @@ CONFIGURE_ARGS+= \
--disable-dbm \
--enable-gdbm \
--enable-libdaemon \
$( and $( CONFIG_PACKAGE_libavahi-compat-libdnssd) ,ifeq ( $( BUILD_VARIANT) ,dbus) ,\
--enable-compat-libdns_sd) \
--disable-python \
--disable-pygtk \
--disable-python-dbus \
@ -303,6 +301,10 @@ CONFIGURE_ARGS+= \
e n d i f
i f e q ( $( BUILD_VARIANT ) , d b u s )
i f n e q ( $( CONFIG_PACKAGE_libavahi -compat -libdnssd ) , )
CONFIGURE_ARGS += \
--enable-compat-libdns_sd
e n d i f
CONFIGURE_ARGS += \
--enable-dbus
e l s e
@ -348,7 +350,7 @@ endef
d e f i n e P a c k a g e / l i b a v a h i - c o m p a t - l i b d n s s d / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libdns_sd.so. * $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libdns_sd.so* $( 1) /usr/lib/
e n d e f
d e f i n e P a c k a g e / a v a h i - u t i l s / i n s t a l l