]> git.pld-linux.org Git - packages/libgit2.git/commitdiff
- enable THREADSAFE; release 3 auto/th/libgit2-0.20.0-3
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 10 Jan 2014 21:12:58 +0000 (22:12 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 10 Jan 2014 21:12:58 +0000 (22:12 +0100)
libgit2.spec

index 2f79d39a342f48da7497d832e7a36a132136a977..e49df504d017b5fee1d281b90c417cb289854451 100644 (file)
@@ -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"}
This page took 0.037154 seconds and 4 git commands to generate.