avahi: remove optional dependency on libssp
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
3536375fbc
commit
735a525ee8
1 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ define Package/libavahi/Default
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
PROVIDES:=libavahi
|
PROVIDES:=libavahi
|
||||||
DEPENDS:=+libpthread +SSP_SUPPORT:libssp
|
DEPENDS:=+libpthread
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libavahi/description
|
define Package/libavahi/description
|
||||||
|
@ -70,7 +70,7 @@ endef
|
||||||
define Package/avahi-autoipd
|
define Package/avahi-autoipd
|
||||||
$(call Package/avahi/Default)
|
$(call Package/avahi/Default)
|
||||||
SUBMENU:=IP Addresses and Names
|
SUBMENU:=IP Addresses and Names
|
||||||
DEPENDS:=+libdaemon +SSP_SUPPORT:libssp
|
DEPENDS:=+libdaemon
|
||||||
TITLE:=IPv4LL network address configuration daemon
|
TITLE:=IPv4LL network address configuration daemon
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -155,7 +155,7 @@ endef
|
||||||
define Package/avahi-dnsconfd
|
define Package/avahi-dnsconfd
|
||||||
$(call Package/avahi/Default)
|
$(call Package/avahi/Default)
|
||||||
SUBMENU:=IP Addresses and Names
|
SUBMENU:=IP Addresses and Names
|
||||||
DEPENDS:=+libavahi +libdaemon +libpthread +SSP_SUPPORT:libssp
|
DEPENDS:=+libavahi +libdaemon +libpthread
|
||||||
TITLE:=A Unicast DNS server using avahi-daemon
|
TITLE:=A Unicast DNS server using avahi-daemon
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue