|
|
|
@ -13,6 +13,7 @@ BuildRequires: http-parser-devel
|
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
|
BuildRequires: libssh2-devel
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
BuildRequires: pcre2-devel
|
|
|
|
|
BuildRequires: python3
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
Provides: bundled(libxdiff)
|
|
|
|
@ -49,6 +50,7 @@ rm -vr deps
|
|
|
|
|
%cmake . -B%{_target_platform} \
|
|
|
|
|
-GNinja \
|
|
|
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
|
|
|
-DREGEX_BACKEND=pcre2 \
|
|
|
|
|
-DUSE_HTTP_PARSER=system \
|
|
|
|
|
-DUSE_SHA1=HTTPS \
|
|
|
|
|
-DUSE_HTTPS=OpenSSL \
|
|
|
|
|