summaryrefslogtreecommitdiff
path: root/gc.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-23 02:44:52 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-23 02:44:52 +0000
commit853eecf526204085c47b87e57886f7e25bf44327 (patch)
tree369492e12c567e05b3f2f2637183b4ad571ce117 /gc.spec
parent30626ad52d34ff1cca85c91a5641a85c10035b7c (diff)
automatic import of gc
Diffstat (limited to 'gc.spec')
-rw-r--r--gc.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/gc.spec b/gc.spec
index 877f2f0..149d671 100644
--- a/gc.spec
+++ b/gc.spec
@@ -1,6 +1,6 @@
Name: gc
Version: 8.2.6
-Release: 2
+Release: 3
Summary: A garbage collector for C and C++
License: BSD-3-Clause
Url: http://www.hboehm.info/gc/
@@ -10,7 +10,6 @@ Patch2: 0001-add-loongarch-architecture.patch
BuildRequires: gcc-c++
BuildRequires: autoconf automake libtool
-BuildRequires: pkgconfig(atomic_ops)
%description
The Boehm-Demers-Weiser conservative garbage collector can be
@@ -40,7 +39,7 @@ CPPFLAGS="-DUSE_GET_STACKBASE_FOR_MAIN"; export CPPFLAGS
--enable-cplusplus \
--enable-large-config \
--enable-threads=posix \
- --with-libatomic-ops=yes
+ --with-libatomic-ops=no
%{make_build}
@@ -77,6 +76,9 @@ rm -rfv %{buildroot}%{_datadir}/gc/
%{_mandir}/man3/gc.3*
%changelog
+* Fri Aug 23 2024 Funda Wang <fundawang@yeah.net> - 8.2.6-3
+- do not build aginst system atomic_ops per suggested upstream
+
* Thu Aug 15 2024 Funda Wang <fundawang@yeah.net> - 8.2.6-2
- move libgctba.so into devel package
- build against system atomic_ops