diff options
author | Daniel Golle <daniel@makrotopia.org> | 2015-03-15 12:09:05 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2015-03-15 12:12:48 +0100 |
commit | 73094db36f8d1e4fdd5108b8414d0036a5f8eecf (patch) | |
tree | 5d9c178ba69ddb7f125f9a53ccd2f8b81adede39 /libs/avahi/Makefile | |
parent | 401edc354f1665eb42a17994fe8e7c5099f2f707 (diff) |
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>
Diffstat (limited to 'libs/avahi/Makefile')
-rw-r--r-- | libs/avahi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index 5f7ac1374..4a56b6155 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -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 |