-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from qxj/bugfix/lib-avahi
fix avahi compile error
- Loading branch information
Showing
5 changed files
with
38 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 0 additions & 88 deletions
88
libs/avahi/patches/010-step_back_autotools-no-gettext.patch
This file was deleted.
Oops, something went wrong.
25 changes: 5 additions & 20 deletions
25
libs/avahi/patches/020-revert-runtime-dir-systemd-change.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,11 @@ | ||
From ef0ea001f6dd13d6a2e0bc17d13f595d2829f8a8 Mon Sep 17 00:00:00 2001 | ||
From: Jeremiah McConnell <miah@miah.com> | ||
Date: Fri, 15 Jun 2018 11:31:10 -0600 | ||
Subject: [PATCH] move runtime_dir to /var/run | ||
|
||
Upstream transitioned to using /run as runtime_dir for 0.7. Revert | ||
that change for procd compatibility. | ||
|
||
Signed-off-by: Jeremiah McConnell <miah@miah.com> | ||
--- | ||
configure.ac | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/configure.ac b/configure.ac | ||
index 72d61478..8f6e9768 100644 | ||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -984,7 +984,7 @@ AC_DEFINE_UNQUOTED(AVAHI_AUTOIPD_GROUP,"$AVAHI_AUTOIPD_GROUP", [Group for runnin | ||
--- a/configure | ||
+++ b/configure | ||
@@ -24638,7 +24638,7 @@ _ACEOF | ||
# | ||
# Avahi runtime dir | ||
# | ||
-avahi_runtime_dir="/run" | ||
+avahi_runtime_dir="${localstatedir}/run" | ||
avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket" | ||
AC_SUBST(avahi_runtime_dir) | ||
AC_SUBST(avahi_socket) | ||
|
||
|