Make sure we get compiled with -fstack-protector-strong

Resolves: #2044643
This commit is contained in:
Michal Sekletar 2022-02-21 13:46:48 +01:00
parent cc8a1ed94e
commit 4d9298c073
1 changed files with 5 additions and 1 deletions

View File

@ -48,7 +48,7 @@
Name: avahi
Version: 0.8
Release: 11%{?dist}
Release: 12%{?dist}
Summary: Local network service discovery
License: LGPLv2+
URL: http://avahi.org
@ -455,6 +455,7 @@ NOCONFIGURE=1 ./autogen.sh
--enable-shared=yes \
--enable-static=no \
--disable-silent-rules \
--disable-stack-protector \
%if %{without bootstrap}
--enable-gtk \
%else
@ -826,6 +827,9 @@ exit 0
%changelog
* Mon Feb 21 2022 Michal Sekletár <msekleta@redhat.com> - 0.8-12
- make sure we get compiled with -fstack-protector-strong (#2044643)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.8-11
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688