Browse Source

libavahi: Fix build dependency in avahi-dnsconfd

Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess 9 years ago
parent
commit
8f10e59f70
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libs/avahi/Makefile

+ 2
- 1
libs/avahi/Makefile View File

@ -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


Loading…
Cancel
Save