libgit2: use LFS64
this might fix cargo failing git operations on i686
This commit is contained in:
parent
b8427f1a1e
commit
3ddd6c8cf0
@ -1,7 +1,7 @@
|
||||
# Template file for 'libgit2'
|
||||
pkgname=libgit2
|
||||
version=1.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DUSE_SSH=ON"
|
||||
hostmakedepends="python3 pkg-config"
|
||||
@ -19,6 +19,8 @@ else
|
||||
configure_args+=" -DBUILD_TESTS=OFF"
|
||||
fi
|
||||
|
||||
CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||
|
||||
post_patch() {
|
||||
# no online tests
|
||||
vsed \
|
||||
|
Loading…
Reference in New Issue
Block a user