Browse Source

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>
lilik-openwrt-22.03
Daniel Golle 9 years ago
parent
commit
73094db36f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/avahi/Makefile

+ 1
- 1
libs/avahi/Makefile View File

@ -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


Loading…
Cancel
Save