Skip to content

Commit 2e187e3

Browse files
committed
Add JDK 11 to build requires for IceGridGUI build
1 parent 65725e9 commit 2e187e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ice/rpm/ice.spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ Source1: https://github.com/zeroc-ice/ice-packaging/archive/%{archive_tag}/%{nam
8181
BuildRequires: glibc-devel, libstdc++-devel
8282
BuildRequires: pkgconfig(expat), pkgconfig(libedit), pkgconfig(lmdb), pkgconfig(mcpp), pkgconfig(openssl), %{bzip2devel}
8383
BuildRequires: pkgconfig(libsystemd)
84+
%if "%{dist}" == ".el9"
85+
BuildRequires: java-11-openjdk-devel
86+
%endif
87+
8488
%ifarch %{_host_cpu}
8589
BuildRequires: %{phpdevel}, %{javapackagestools}
8690
%if "%{dist}" != ".el9"

0 commit comments

Comments
 (0)