diff options
author | Ted Hess <thess@kitschensync.net> | 2015-01-27 10:22:09 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2015-01-27 10:22:09 -0500 |
commit | 8f10e59f70a9dc728d93af2384bd94078a4c24d6 (patch) | |
tree | 2a53d6ecfd953c796055a245377db70ea32d46ff /libs/avahi/Makefile | |
parent | fa2c097b0d3374a9a57e1ab83d75d51d02a7532a (diff) |
libavahi: Fix build dependency in avahi-dnsconfd
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/avahi/Makefile')
-rw-r--r-- | libs/avahi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index c8b1ba8a6..5f7ac1374 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 |