aboutsummaryrefslogtreecommitdiff
path: root/libs/avahi/Makefile
diff options
context:
space:
mode:
authorJeremiah McConnell <miah@miah.com>2018-06-15 15:26:19 -0600
committerJeremiah McConnell <miah@miah.com>2018-06-15 15:26:19 -0600
commit933037e998ce24088f5ef42f0ca966a8c6b3c1c8 (patch)
treecb89e599e4ef7af689bfa5354d0bb3059556324a /libs/avahi/Makefile
parent12248547c97157004a1192b3a9fc5dd0125a915d (diff)
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 <miah@miah.com>
Diffstat (limited to 'libs/avahi/Makefile')
-rw-r--r--libs/avahi/Makefile2
1 files changed, 1 insertions, 1 deletions
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) \