rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / network / avahi / patches / 18-avahi_runtime_dir.patch
blobbb19823f8c3e9492242529512c23786b537d4bf6
1 This is Solaris specific patch to place the "pid" and "socket"
2 file/socket to /var/run
3 Will not promote to community.
5 --- a/configure.ac 2017-07-10 03:14:59.131370037 +0000
6 +++ b/configure.ac 2017-11-07 04:31:12.840517817 +0000
7 @@ -958,7 +969,7 @@
9 # Avahi runtime dir
11 -avahi_runtime_dir="/run"
12 +avahi_runtime_dir="/var/run"
13 avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket"
14 AC_SUBST(avahi_runtime_dir)
15 AC_SUBST(avahi_socket)