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

rpm: add missing build-time dependencies

This commit is contained in:
Steffen Vogel 2018-05-26 09:20:24 +08:00 committed by Andy Green
parent 21ef5f60a4
commit cfa15b4a73

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