[packages/libgit2] - enable THREADSAFE; release 3

qboosh qboosh at pld-linux.org
Fri Jan 10 22:12:10 CET 2014


commit 2f30668d0da66f7c70ff96d775e2a575f8fea7a8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Jan 10 22:12:58 2014 +0100

    - enable THREADSAFE; release 3

 libgit2.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libgit2.spec b/libgit2.spec
index 2f79d39..e49df50 100644
--- a/libgit2.spec
+++ b/libgit2.spec
@@ -7,7 +7,7 @@ Summary:	C git library
 Summary(pl.UTF-8):	Biblioteka git dla C
 Name:		libgit2
 Version:	0.20.0
-Release:	2
+Release:	3
 License:	GPL v2 with linking exception
 Group:		Libraries
 Source0:	https://github.com/libgit2/libgit2/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
@@ -66,7 +66,8 @@ cd build
 %cmake .. \
 	-DINCLUDE_INSTALL_DIR:PATH=include \
 	-DLIB_INSTALL_DIR:PATH=%{_lib} \
-	%{?with_tests_online:-DONLINE_TESTS=1}
+	%{?with_tests_online:-DONLINE_TESTS:BOOL=ON} \
+	-DTHREADSAFE:BOOL=ON
 %{__make}
 
 %{?with_tests:%{__make} test ARGS="-V"}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgit2.git/commitdiff/2f30668d0da66f7c70ff96d775e2a575f8fea7a8



More information about the pld-cvs-commit mailing list