Fix build failure for s390x

Resolves: RHEL-70719

Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
Kamal Heib 2024-12-12 06:30:02 -05:00
parent ab8f682103
commit 26a636f15e

View File

@ -1,6 +1,6 @@
Name: prrte
Version: 3.0.2
Release: 7%{?dist}
Release: 8%{?dist}
Summary: PMIx Reference RunTime Environment (PRRTE)
# src/mca/prtereachable/netlink/reachable_netlink_utils_common.c is BSD-2-Clause
# -devel related licenses:
@ -69,8 +69,10 @@ echo 'typedef int x;' > src/util/qsort.c
%build
%ifarch x86_64
CPPFLAGS="$CPPFLAGS -fcf-protection"
export CPPFLAGS
%endif
%configure \
--sysconfdir=%{_sysconfdir}/prte \
@ -121,6 +123,10 @@ find %{buildroot} -name '*.la' -delete
%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
- Fix gaiting failure
Resolves: RHEL-70719