[package] libavahi must depend on libssp if SSP enabled
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Sep 2012 15:09:21 +0000 (15:09 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Sep 2012 15:09:21 +0000 (15:09 +0000)
Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33466 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/avahi/Makefile

index b906d0a..e0be8f9 100644 (file)
@@ -16,7 +16,7 @@ endif
 
 PKG_NAME:=avahi
 PKG_VERSION:=0.6.31
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -58,7 +58,7 @@ define Package/libavahi
   $(call Package/avahi/Default)
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=+libdaemon +libpthread +libgdbm
+  DEPENDS:=+libdaemon +libpthread +libgdbm +SSP_SUPPORT:libssp
   TITLE+= (library)
 endef