mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
7fba38e3f6
Clean up Makefile slightly.
Update configure options for the new version.
Remove first patch and update the other one.
Use a different solution for the stack protector on certain platforms.
Run script through shellcheck. Small quote fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 9290d41077)
12 lines
219 B
Diff
12 lines
219 B
Diff
--- 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"
|
|
|
|
|