From 71df7d7c0a85ad3c1061b410a9637c88b6af93a9 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Tue, 25 Mar 2014 21:28:36 +0800 Subject: [PATCH] Build a thread-safe libgit2 At least Gitg will need this. --- libgit2.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libgit2.spec b/libgit2.spec index 9fb46e9..5418f73 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -60,7 +60,7 @@ rm -rf deps %build -%cmake . +%cmake -DTHREADSAFE:BOOL=1 . make %{_smp_mflags} @@ -92,6 +92,7 @@ make install DESTDIR=%{buildroot} - Build with the bundled xdiff. - Disable a failing test. (libgit2#2199) - Add missing build requirement on libssh2. (RHBZ#1039433) +- Build a thread-safe libgit2. * Sun Nov 24 2013 Ignacio Casal Quinteiro - 0.20.0-1 - 0.20.0