From 933037e998ce24088f5ef42f0ca966a8c6b3c1c8 Mon Sep 17 00:00:00 2001 From: Jeremiah McConnell Date: Fri, 15 Jun 2018 15:26:19 -0600 Subject: avahi: patch systemd runtime_dir change in 0.7 In avahi 0.7 the runtime_dir was updated to be /run instead of /var/run for better systemd compatibility. Patch out that change to fix avahi-daemon. Signed-off-by: Jeremiah McConnell --- libs/avahi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/avahi/Makefile') diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index 3f6407e2b..a4955e318 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=avahi PKG_VERSION:=0.7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/lathiat/avahi/releases/download/v$(PKG_VERSION) \ -- cgit v1.2.3