]> git.pld-linux.org Git - packages/python-pygit2.git/blob - libgit2-1.2.patch
- relax libgit2 version check to >=1.1
[packages/python-pygit2.git] / libgit2-1.2.patch
1 --- pygit2-1.6.1/src/types.h~   2021-06-19 11:40:24.000000000 +0200
2 +++ pygit2-1.6.1/src/types.h    2021-09-05 09:45:39.881939711 +0200
3 @@ -32,7 +32,7 @@
4  #include <Python.h>
5  #include <git2.h>
6  
7 -#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 1)
8 +#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR >= 1)
9  #error You need a compatible libgit2 version (1.1.x)
10  #endif
11  
This page took 0.052381 seconds and 3 git commands to generate.