mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 05:08:56 +00:00
24e41c67af
`avahi-daemon` does not launch on some newer Android environment. Closes https://github.com/termux/termux-packages/issues/17061
12 lines
268 B
Diff
12 lines
268 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1004,7 +1004,7 @@
|
|
#
|
|
# Avahi runtime dir
|
|
#
|
|
-avahi_runtime_dir="/run"
|
|
+avahi_runtime_dir="@TERMUX_PREFIX@/var/run"
|
|
avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket"
|
|
AC_SUBST(avahi_runtime_dir)
|
|
AC_SUBST(avahi_socket)
|