drop libatomic_ops dep
This commit is contained in:
parent
190bf7e289
commit
b50fd89648
11
gc.spec
11
gc.spec
@ -2,7 +2,7 @@
|
|||||||
Summary: A garbage collector for C and C++
|
Summary: A garbage collector for C and C++
|
||||||
Name: gc
|
Name: gc
|
||||||
Version: 8.0.4
|
Version: 8.0.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://www.hboehm.info/gc/
|
Url: http://www.hboehm.info/gc/
|
||||||
@ -18,7 +18,8 @@ Patch100: gc-7.6.4-dont_disable_exceptions.patch
|
|||||||
|
|
||||||
BuildRequires: automake libtool
|
BuildRequires: automake libtool
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig(atomic_ops) >= 7.4
|
## https://www.hboehm.info/gc/ says: "Starting with 8.0, libatomic_ops is only required if the compiler does not understand C atomics."
|
||||||
|
#BuildRequires: pkgconfig(atomic_ops) >= 7.4
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
# rpmforge compatibility
|
# rpmforge compatibility
|
||||||
@ -58,8 +59,7 @@ CPPFLAGS="-DUSE_GET_STACKBASE_FOR_MAIN"; export CPPFLAGS
|
|||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
--enable-parallel-mark \
|
--enable-parallel-mark \
|
||||||
%endif
|
%endif
|
||||||
--enable-threads=posix \
|
--enable-threads=posix
|
||||||
--with-libatomic-ops=yes
|
|
||||||
|
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -107,6 +107,9 @@ make check %{?arch_ignore}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 15 2020 Rex Dieter <rdieter@fedoraproject.org> - 8.0.4-2
|
||||||
|
- drop libatomic_ops dep
|
||||||
|
|
||||||
* Wed Jan 15 2020 Rex Dieter <rdieter@fedoraproject.org> - 8.0.4-1
|
* Wed Jan 15 2020 Rex Dieter <rdieter@fedoraproject.org> - 8.0.4-1
|
||||||
- 8.0.4
|
- 8.0.4
|
||||||
- %%build: --with-libatomic-ops=yes
|
- %%build: --with-libatomic-ops=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user