Fix build failure for s390x
Resolves: RHEL-70719 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
ab8f682103
commit
26a636f15e
@ -1,6 +1,6 @@
|
|||||||
Name: prrte
|
Name: prrte
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: PMIx Reference RunTime Environment (PRRTE)
|
Summary: PMIx Reference RunTime Environment (PRRTE)
|
||||||
# src/mca/prtereachable/netlink/reachable_netlink_utils_common.c is BSD-2-Clause
|
# src/mca/prtereachable/netlink/reachable_netlink_utils_common.c is BSD-2-Clause
|
||||||
# -devel related licenses:
|
# -devel related licenses:
|
||||||
@ -69,8 +69,10 @@ echo 'typedef int x;' > src/util/qsort.c
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%ifarch x86_64
|
||||||
CPPFLAGS="$CPPFLAGS -fcf-protection"
|
CPPFLAGS="$CPPFLAGS -fcf-protection"
|
||||||
export CPPFLAGS
|
export CPPFLAGS
|
||||||
|
%endif
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--sysconfdir=%{_sysconfdir}/prte \
|
--sysconfdir=%{_sysconfdir}/prte \
|
||||||
@ -121,6 +123,10 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 12 2024 Kamal Heib <kheib@redhat.com> - 3.0.2-8
|
||||||
|
- Fix build failure for s390x
|
||||||
|
Resolves: RHEL-70719
|
||||||
|
|
||||||
* Tue Dec 10 2024 Kamal Heib <kheib@redhat.com> - 3.0.2-7
|
* Tue Dec 10 2024 Kamal Heib <kheib@redhat.com> - 3.0.2-7
|
||||||
- Fix gaiting failure
|
- Fix gaiting failure
|
||||||
Resolves: RHEL-70719
|
Resolves: RHEL-70719
|
||||||
|
Loading…
Reference in New Issue
Block a user