From adfc3423785aa6dd6f3a6a27fba6f784a447270bd40b052247ce617ab0b9a926 Mon Sep 17 00:00:00 2001 From: Alexey Svistunov Date: Tue, 17 Jan 2023 11:55:42 +0000 Subject: [PATCH] Fix build for Leap OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=8 --- cpp-httplib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp-httplib.spec b/cpp-httplib.spec index 6f75a03..c0b9aa2 100644 --- a/cpp-httplib.spec +++ b/cpp-httplib.spec @@ -23,7 +23,7 @@ Release: 0 Summary: A C++11 HTTP/HTTPS library License: MIT URL: https://github.com/yhirose/cpp-httplib -BuildRequires: gcc-c++ >= 11 +BuildRequires: gcc-c++ BuildRequires: meson >= 0.47.0 BuildRequires: pkgconfig(libbrotlienc) BuildRequires: pkgconfig(libbrotlidec)