From: Ted Hess Date: Tue, 27 Jan 2015 15:22:09 +0000 (-0500) Subject: libavahi: Fix build dependency in avahi-dnsconfd X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8f10e59f70a9dc728d93af2384bd94078a4c24d6;p=feed%2Fpackages.git libavahi: Fix build dependency in avahi-dnsconfd Signed-off-by: Ted Hess --- diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index c8b1ba8a6f..5f7ac1374a 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=avahi PKG_VERSION:=0.6.31 -PKG_RELEASE:=10 +PKG_RELEASE:=11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://avahi.org/download/ @@ -55,6 +55,7 @@ define Package/libavahi/Default $(call Package/avahi/Default) SECTION:=libs CATEGORY:=Libraries + PROVIDES:=libavahi DEPENDS:=+libpthread +SSP_SUPPORT:libssp endef