1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

rpm: add missing build-time dependencies

This commit is contained in:
Steffen Vogel 2018-05-26 09:17:42 +08:00 committed by Andy Green
parent 9ba68a64c0
commit d2b47b458b

View file

@ -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