Enable Intel CET
- Remove unnecessary CCASFLAGS setting for annocheck Related: #1999639 Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
parent
f5efe3155e
commit
b9240f3e7a
2565
gnutls-3.7.2-enable-intel-cet.patch
Normal file
2565
gnutls-3.7.2-enable-intel-cet.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,11 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 3.7.2
|
Version: 3.7.2
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Patch1: gnutls-3.6.7-no-now-guile.patch
|
Patch1: gnutls-3.6.7-no-now-guile.patch
|
||||||
Patch2: gnutls-3.2.7-rpath.patch
|
Patch2: gnutls-3.2.7-rpath.patch
|
||||||
Patch3: gnutls-3.7.2-config-allowlisting.patch
|
Patch3: gnutls-3.7.2-config-allowlisting.patch
|
||||||
Patch4: gnutls-3.7.2-key-share-ecdhx.patch
|
Patch4: gnutls-3.7.2-key-share-ecdhx.patch
|
||||||
|
Patch5: gnutls-3.7.2-enable-intel-cet.patch
|
||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
%bcond_without dane
|
%bcond_without dane
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
@ -190,8 +191,6 @@ touch doc/gnutls.info doc/gnutls.html doc/manpages/stamp_mans
|
|||||||
%ifarch aarch64 ppc64le
|
%ifarch aarch64 ppc64le
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
%endif
|
%endif
|
||||||
CCASFLAGS="$CCASFLAGS -Wa,--generate-missing-build-notes=yes"
|
|
||||||
export CCASFLAGS
|
|
||||||
|
|
||||||
%if %{with guile}
|
%if %{with guile}
|
||||||
# These should be checked by m4/guile.m4 instead of configure.ac
|
# These should be checked by m4/guile.m4 instead of configure.ac
|
||||||
@ -322,6 +321,10 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 12 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-7
|
||||||
|
- Enable Intel CET
|
||||||
|
- Remove unnecessary CCASFLAGS setting for annocheck
|
||||||
|
|
||||||
* Thu Aug 19 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-6
|
* Thu Aug 19 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-6
|
||||||
- Reorder doc/invoke-*.texi generation (#1975482)
|
- Reorder doc/invoke-*.texi generation (#1975482)
|
||||||
- Temporarily disable LTO for aarch64 and ppc64le
|
- Temporarily disable LTO for aarch64 and ppc64le
|
||||||
|
Loading…
Reference in New Issue
Block a user