Skip to content

Commit

Permalink
unixPB: Add perl-IPC-Cmd to Redhat/CentOS installs for OpenSSL v3
Browse files Browse the repository at this point in the history
compile

* compiling openssl v3 within container or system requires this package
* see eclipse-openj9/openj9#14930

These were added in adoptium#2855
but in the wrong place. perl-IPC-Cmd is required for all platforms.

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton committed Apr 3, 2023
1 parent ff06288 commit 33eec3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Build_Tool_Packages:
- perl-devel
- perl-Digest-SHA
- perl-GD
- perl-IPC-Cmd # required for openssl v3 compiles
- perl-libwww-perl
- perl-Time-HiRes
- pigz
Expand Down Expand Up @@ -82,7 +83,6 @@ Additional_Build_Tools_CentOS_x86:
- glibc.i686 # a dependency required for executing a 32-bit C binary
- glibc-devel.i686 # a dependency required for executing a 32-bit C binary
- libstdc++.i686 # a dependency required for executing a 32-bit C binary
- perl-IPC-Cmd # required for openssl v3 compiles

Additional_Build_Tools_CentOS8_Stream:
- libdwarf.x86_64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Build_Tool_Packages:
- mpfr-devel
- openssl-devel
- perl-devel
- perl-IPC-Cmd # required for openssl v3 compiles
- pkgconfig
- systemtap-sdt-devel
- unzip
Expand Down Expand Up @@ -71,7 +72,6 @@ Additional_Build_Tools_RHEL_x86:
- glibc.i686 # a dependency required for executing a 32-bit C binary
- glibc-devel.i686 # a dependency required for executing a 32-bit C binary
- libstdc++.i686 # a dependency required for executing a 32-bit C binary
- perl-IPC-Cmd # required for openssl v3 compiles

Additional_Build_Tools_RHEL_ppc64:
- glibc.ppc # a dependency required for executing a 32-bit C binary
Expand Down

0 comments on commit 33eec3e

Please sign in to comment.