瀏覽代碼

avahi: remove optional dependency on libssp

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel 10 年之前
父節點
當前提交
735a525ee8
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      libs/avahi/Makefile

+ 3
- 3
libs/avahi/Makefile 查看文件

@@ -56,7 +56,7 @@ define Package/libavahi/Default
56 56
   SECTION:=libs
57 57
   CATEGORY:=Libraries
58 58
   PROVIDES:=libavahi
59
-  DEPENDS:=+libpthread +SSP_SUPPORT:libssp
59
+  DEPENDS:=+libpthread
60 60
 endef
61 61
 
62 62
 define Package/libavahi/description
@@ -70,7 +70,7 @@ endef
70 70
 define Package/avahi-autoipd
71 71
   $(call Package/avahi/Default)
72 72
   SUBMENU:=IP Addresses and Names
73
-  DEPENDS:=+libdaemon +SSP_SUPPORT:libssp
73
+  DEPENDS:=+libdaemon
74 74
   TITLE:=IPv4LL network address configuration daemon
75 75
 endef
76 76
 
@@ -155,7 +155,7 @@ endef
155 155
 define Package/avahi-dnsconfd
156 156
   $(call Package/avahi/Default)
157 157
   SUBMENU:=IP Addresses and Names
158
-  DEPENDS:=+libavahi +libdaemon +libpthread +SSP_SUPPORT:libssp
158
+  DEPENDS:=+libavahi +libdaemon +libpthread
159 159
   TITLE:=A Unicast DNS server using avahi-daemon
160 160
 endef
161 161