]> git.pld-linux.org Git - packages/gc.git/commitdiff
don't force libatomic_ops; rel 2 auto/th/gc-8.0.4-2
authorJan Palus <atler@pld-linux.org>
Sat, 26 Dec 2020 18:15:34 +0000 (19:15 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 26 Dec 2020 18:21:16 +0000 (19:21 +0100)
gc.spec

diff --git a/gc.spec b/gc.spec
index d1db052814c086215f7527ce609b6ba1eb04b001..fc86ff29d30a91e8e7437b3b02072d6d5022a554 100644 (file)
--- a/gc.spec
+++ b/gc.spec
@@ -10,7 +10,7 @@ Summary:      The Boehm-Demers-Weiser conservative garbage collector
 Summary(pl.UTF-8):     Konserwatywny odśmiecacz pamięci Boehma-Demersa-Weisera
 Name:          gc
 Version:       8.0.4
-Release:       1
+Release:       2
 License:       BSD-like
 Group:         Libraries
 Source0:       http://www.hboehm.info/gc/gc_source/%{name}-%{version}.tar.gz
@@ -123,7 +123,7 @@ Interfejs C++ do biblioteki GC - biblioteka statyczna.
        --enable-cplusplus \
        %{?with_static_libs:--enable-static} \
        --enable-threads=posix \
-       --with-libatomic-ops
+       --with-libatomic-ops%{!?with_libatomic_ops:=check}
 %{__make}
 
 %install
This page took 0.114076 seconds and 4 git commands to generate.