mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
avahi: avahi-autoipd uses libssp if SSP_SUPPORT is enabled
Found on an all-y build with SSP enabled: Package avahi-autoipd is missing dependencies for the following libraries: libssp.so.0 Adding the missing dependency to address that. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -70,7 +70,7 @@ endef
|
||||
define Package/avahi-autoipd
|
||||
$(call Package/avahi/Default)
|
||||
SUBMENU:=IP Addresses and Names
|
||||
DEPENDS:=+libdaemon
|
||||
DEPENDS:=+libdaemon +SSP_SUPPORT:libssp
|
||||
TITLE:=IPv4LL network address configuration daemon
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user