mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01: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:
+1
-1
@@ -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
|
DEPENDS:=+libdaemon +SSP_SUPPORT:libssp
|
||||||
TITLE:=IPv4LL network address configuration daemon
|
TITLE:=IPv4LL network address configuration daemon
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user