Skip to content
Snippets Groups Projects
Commit cfa15b4a authored by Steffen Vogel's avatar Steffen Vogel Committed by Andy Green
Browse files

rpm: add missing build-time dependencies

parent 21ef5f60
Branches
Tags
No related merge requests found
...@@ -7,9 +7,9 @@ Group: System Environment/Libraries ...@@ -7,9 +7,9 @@ Group: System Environment/Libraries
License: LGPLv2 with exceptions License: LGPLv2 with exceptions
URL: https://libwebsockets.org URL: https://libwebsockets.org
Source0: %{name}-%{version}.tar.gz 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 Requires: openssl
%description %description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment