Add explicit libffi dependency for s390x build

Related: rhbz#2150202
This commit is contained in:
Andrew Hughes 2023-02-28 10:17:47 +00:00
parent 18cec3e209
commit 130be7d121
1 changed files with 5 additions and 0 deletions

View File

@ -1709,6 +1709,7 @@ BuildRequires: java-%{buildjdkver}-openjdk-devel >= 1.7.0.151-2.6.11.3
%endif
# Zero-assembler build requirement
%ifarch %{zero_arches}
BuildRequires: libffi
BuildRequires: libffi-devel
%endif
# 2022g required as of JDK-8297804
@ -2899,6 +2900,10 @@ cjc.mainProgram(args)
%endif
%changelog
* Tue Feb 28 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.362.b09-4
- Add explicit libffi dependency for s390x build
- Related: rhbz#2150202
* Tue Feb 28 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.362.b09-4
- On portable architectures, replace build section with extraction of existing builds from portables
- Rewrite ELF files so the source file path is correct and debugsources can be assembled