rpm: add missing build-time dependencies
This commit is contained in:
parent
848085226b
commit
fba43d5bce
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ Group: System Environment/Libraries
|
|||
License: LGPLv2 with exceptions
|
||||
URL: https://libwebsockets.org
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
BuildRequires: openssl-devel cmake
|
||||
BuildRequires: openssl-devel libuv-devel libev-devel cmake
|
||||
Requires: openssl
|
||||
|
||||
%description
|
||||
|
|
Loading…
Add table
Reference in a new issue