0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-12 02:03:08 +00:00
Files
Twaik Yont e83ae37617 rmpkg(main/shairport-sync): disabling broken package
Closes #21970

The program fails to start with `fatal error: Could not establish mDNS advertisement!` error, most likely the package is broken due to android app sandbox restrictions and not going to be fixed.
2025-03-03 20:54:02 +02:00

12 lines
335 B
Diff

--- a/shairport.c
+++ b/shairport.c
@@ -945,7 +945,7 @@
#ifdef USE_CUSTOM_PID_DIR
char *use_this_pid_dir = PIDDIR;
#else
- char *use_this_pid_dir = "/var/run/shairport-sync";
+ char *use_this_pid_dir = "@TERMUX_PREFIX@/var/run/shairport-sync";
#endif
// debug(1,"config.piddir \"%s\".",config.piddir);
if (config.piddir)