diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2020-11-24 13:50:31 -0700 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2020-11-24 13:57:10 -0700 |
commit | 30625ff9925e85dfd581378867a18cfade11b315 (patch) | |
tree | e45da12456e051dac48cf6af6478820c4336f1a1 /libs/avahi/Makefile | |
parent | 0d3176abe0da47b6123a3b2762a5b2d86ccf317f (diff) |
avahi: incorrectly requires IFF_MULTICAST on point-to-point (tunnel) interfaces
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'libs/avahi/Makefile')
-rw-r--r-- | libs/avahi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index 023af27bc..d8e23cff3 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=avahi PKG_VERSION:=0.8 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/lathiat/avahi/releases/download/v$(PKG_VERSION) \ |