mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-14 00:32:56 +02:00
libgit2: use LFS64
this might fix cargo failing git operations on i686
This commit is contained in:
parent
b8427f1a1e
commit
3ddd6c8cf0
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libgit2'
|
# Template file for 'libgit2'
|
||||||
pkgname=libgit2
|
pkgname=libgit2
|
||||||
version=1.5.1
|
version=1.5.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DUSE_SSH=ON"
|
configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DUSE_SSH=ON"
|
||||||
hostmakedepends="python3 pkg-config"
|
hostmakedepends="python3 pkg-config"
|
||||||
|
@ -19,6 +19,8 @@ else
|
||||||
configure_args+=" -DBUILD_TESTS=OFF"
|
configure_args+=" -DBUILD_TESTS=OFF"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
# no online tests
|
# no online tests
|
||||||
vsed \
|
vsed \
|
||||||
|
|
Loading…
Add table
Reference in a new issue