diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index 59b0bea30d4..2824d0d4146 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -1,7 +1,7 @@ # Template file for 'libgit2' pkgname=libgit2 version=0.25.1 -revision=2 +revision=3 build_style=cmake hostmakedepends="python git pkg-config" makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel" @@ -11,6 +11,7 @@ homepage="http://libgit2.github.com/" license="GPL-2 with Linking Exception" distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz" checksum=7ae8e699ff7ff9a1fa702249140ee31ea6fd556bf7968e84e38165870667bcb1 +configure_args="-DTHREADSAFE=ON" case "$XBPS_TARGET_MACHINE" in *-musl)