From 6b6baa8cec1a2ef21fb4ae7daaea471bf872a769 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 30 Aug 2018 19:07:10 -0300 Subject: [PATCH] libgit2: remove duplicate configure_args --- srcpkgs/libgit2/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index 602620d4034..b90ae331a1d 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -12,7 +12,6 @@ license="GPL-2.0-or-later WITH GCC-exception-2.0" homepage="https://libgit2.org" distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz" checksum=0b7ca31cb959ff1b22afa0da8621782afe61f99242bf716c403802ffbdb21d51 -configure_args="-DTHREADSAFE=ON" case "$XBPS_TARGET_MACHINE" in *-musl)