avahi: update to 0.8

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)
This commit is contained in:
Rosen Penev
2020-02-25 19:31:34 -08:00
parent 0da04e56db
commit 7fba38e3f6
4 changed files with 18 additions and 125 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ proto_autoip_setup() {
local iface="$2"
proto_export "INTERFACE=$config"
proto_run_command "$config" avahi-autoipd $iface
proto_run_command "$config" avahi-autoipd "$iface"
}
proto_autoip_teardown() {