Skip to content

Commit

Permalink
unixPB: Add perl-IPC-Cmd to Redhat/CentOS installs for OpenSSL v3 (#3014
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 #2855
but in the wrong place. perl-IPC-Cmd is required for all platforms.

Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton authored Apr 4, 2023
1 parent 6180e27 commit 6bc659d
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 6bc659d

Please sign in to comment.