add buildrequires: perl modules for openssl configure

This commit is contained in:
Gerd Hoffmann 2023-09-05 22:36:26 +02:00
parent fae250a1be
commit a8b54e7c53
1 changed files with 7 additions and 0 deletions

View File

@ -119,6 +119,13 @@ BuildRequires: /usr/bin/iasl
BuildRequires: binutils gcc git gcc-c++ make
BuildRequires: qemu-img
# openssl configure
BuildRequires: perl(FindBin)
BuildRequires: perl(IPC::Cmd)
BuildRequires: perl(File::Compare)
BuildRequires: perl(File::Copy)
BuildRequires: perl(JSON)
%if %{build_ovmf}
# Only OVMF includes 80x86 assembly files (*.nasm*).
BuildRequires: nasm