]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
avahi: Compile with -fstack-protector-all
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 9 Mar 2023 13:24:17 +0000 (13:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Mar 2023 14:43:56 +0000 (14:43 +0000)
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 <stefan.schantl@ipfire.org>
avahi/avahi.nm

index 295cad20361e40a73b05e8efd780ef31bb2f4df8..0a8f246860e73c83a1a31c6988adae5ed2276c5b 100644 (file)
@@ -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