Commit b9230363bb1d69907fab18c19795505a731c00e6
1 parent
a72cbf6a
Exists in
master
and in
2 other branches
Fixing Fedora 34 build.
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
rpm/lib3270.spec
... | ... | @@ -35,10 +35,8 @@ BuildRequires: gcc-c++ |
35 | 35 | BuildRequires: gettext-devel |
36 | 36 | BuildRequires: m4 |
37 | 37 | BuildRequires: pkgconfig |
38 | -BuildRequires: pkgconfig(libcrypto) | |
39 | -BuildRequires: pkgconfig(libssl) | |
40 | -BuildRequires: pkgconfig(openssl) | |
41 | 38 | BuildRequires: pkgconfig(libcurl) |
39 | +BuildRequires: pkgconfig(libssl) | |
42 | 40 | BuildRequires: xz |
43 | 41 | |
44 | 42 | %if 0%{?centos_version} | ... | ... |