mirror of
https://abf.rosa.ru/djam/libgit2.git
synced 2025-02-23 06:32:58 +00:00
rebuilt with libssh support
This commit is contained in:
parent
b5d7b14fc3
commit
4aaef571f7
1 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Name: libgit2
|
Name: libgit2
|
||||||
Version: 0.22.2
|
Version: 0.22.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A C implementation of the Git core methods as a library
|
Summary: A C implementation of the Git core methods as a library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
|
@ -22,6 +22,7 @@ Patch1: libgit2-0.19.0-non-x86.patch
|
||||||
BuildRequires: cmake >= 2.6
|
BuildRequires: cmake >= 2.6
|
||||||
BuildRequires: http-parser-devel
|
BuildRequires: http-parser-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
BuildRequires: pkgconfig(libssh2)
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
|
@ -68,7 +69,9 @@ rm -rf deps
|
||||||
#rm -rf src/xdiff
|
#rm -rf src/xdiff
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DTHREADSAFE:BOOL=ON
|
%cmake \
|
||||||
|
-DTHREADSAFE:BOOL=ON \
|
||||||
|
-DUSE_SSH:BOOL=ON
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
|
Loading…
Add table
Reference in a new issue