From ccbdf0998cbf4f1652b8f5a987312de64e782034 Mon Sep 17 00:00:00 2001 From: LiFeng Date: Mon, 28 Jun 2021 15:34:54 +0800 Subject: [PATCH] libwebsocket: add build require gcc and gcc-c++ Signed-off-by: LiFeng (cherry picked from commit 307467cb3956e59c90fcde82ba8140413b473ff5) --- libwebsockets.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libwebsockets.spec b/libwebsockets.spec index 1a40236..17f7a4e 100644 --- a/libwebsockets.spec +++ b/libwebsockets.spec @@ -1,6 +1,6 @@ Name: libwebsockets Version: 4.0.20 -Release: 6 +Release: 7 Summary: A lightweight C library for Websockets License: LGPLv2 and Public Domain and BSD and MIT and zlib URL: https://libwebsockets.org @@ -11,7 +11,7 @@ Patch9001: 0002-cmake-remove-unused-headfile-directory.patch Patch9002: 0003-add-fs-secure-compile-options.patch Patch9003: 0004-solve-the-BEP-problem.patch -BuildRequires: cmake openssl-devel zlib-devel libev-devel git +BuildRequires: cmake openssl-devel zlib-devel libev-devel git gcc gcc-c++ Provides: bundled(sha1-hollerbach) bundled(base64-decode) bundled(ssl-http2) @@ -99,6 +99,12 @@ find %{buildroot} -name '*_static.pc' -exec rm -f {} ';' %doc changelog README.md READMEs/ %changelog +* Mon 28 Jun 2021 lifeng - 4.0.20-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: add build require gcc and gcc-c++ + * Mon 10 May 2021 wujing - 4.0.20-6 - Type:bugfix - ID:NA -- Gitee