Fix CPPFLAGS use for aarch64
Resolves: RHEL-70718 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
5a6e63aee6
commit
c8fe7b931e
@ -1,6 +1,6 @@
|
|||||||
Name: pmix
|
Name: pmix
|
||||||
Version: 4.2.8
|
Version: 4.2.8
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Process Management Interface Exascale (PMIx)
|
Summary: Process Management Interface Exascale (PMIx)
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://pmix.org/
|
URL: https://pmix.org/
|
||||||
@ -75,7 +75,7 @@ export CFLAGS="%{build_cflags} -Wno-unused-function -Wno-attributes"
|
|||||||
export CPPFLAGS="$CPPFLAGS -fcf-protection"
|
export CPPFLAGS="$CPPFLAGS -fcf-protection"
|
||||||
%endif
|
%endif
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
export CPPFLAGS="$CPPFLAGS -mbranch-protection=bti"
|
export CPPFLAGS="$CPPFLAGS -mbranch-protection=standard"
|
||||||
%endif
|
%endif
|
||||||
%configure \
|
%configure \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
@ -140,6 +140,10 @@ mv test/.libs/pmix_test %{buildroot}%{_datadir}/%{name}/test/pmix_test
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 16 2024 Kamal Heib <kheib@redhat.com> - 4.2.8-8
|
||||||
|
- Fix CPPFLAGS use for aarch64
|
||||||
|
Resolves: RHEL-70718
|
||||||
|
|
||||||
* Mon Dec 16 2024 Kamal Heib <kheib@redhat.com> - 4.2.8-7
|
* Mon Dec 16 2024 Kamal Heib <kheib@redhat.com> - 4.2.8-7
|
||||||
- Fix rpminspect failures for aarch64
|
- Fix rpminspect failures for aarch64
|
||||||
Resolves: RHEL-70718
|
Resolves: RHEL-70718
|
||||||
|
Loading…
Reference in New Issue
Block a user