From: Stefan Schantl Date: Thu, 9 Mar 2023 13:24:17 +0000 (+0000) Subject: avahi: Compile with -fstack-protector-all X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53057fa1b2ede79fbc895f8aef5f76eaa556bd4b;p=ipfire-3.x.git avahi: Compile with -fstack-protector-all We have to use the configure flag to disable the stack-protector to avoid overwriting our own stack protector flags. Signed-off-by: Stefan Schantl --- diff --git a/avahi/avahi.nm b/avahi/avahi.nm index 295cad203..0a8f24686 100644 --- a/avahi/avahi.nm +++ b/avahi/avahi.nm @@ -5,7 +5,7 @@ name = avahi version = 0.8 -release = 1 +release = 2 groups = Networking/Zeroconf url = https://avahi.org/ @@ -56,7 +56,9 @@ build --disable-gtk \ --disable-gtk3 \ --disable-mono \ + --disable-stack-protector \ PYTHON=%{python3} + end packages