| |
@@ -26,6 +26,12 @@
|
| |
# Remove duplicate declarations, leads to errors with recent LFSC versions
|
| |
Patch2: %{name}-dup-decl.patch
|
| |
|
| |
+ # Just use the default linker specied by the distro. ld.gold was the
|
| |
+ # new kid on the block a while ago, primarily offering higher link
|
| |
+ # speeds. But it has aged, and has less features than ld.bfd. Let's
|
| |
+ # use ld.bfd so that package notes work without workarounds.
|
| |
+ Patch3: %{name}-do-not-use-gold.diff
|
| |
+
|
| |
BuildRequires: abc-devel
|
| |
BuildRequires: antlr3-C-devel
|
| |
BuildRequires: antlr3-tool
|
| |
@@ -256,6 +262,7 @@
|
| |
%changelog
|
| |
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-8
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
| |
+ - Use the default linker
|
| |
|
| |
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-7
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
| |
This should fix the linker issue. The build still fails with:
/usr/include/c++/12/bits/unordered_map.h:113:49: error: no type named ‘mapped_type’ in ‘class std::_Hashtable<const CVC4::prop::SatLiteral, std::pair<const CVC4::prop::SatLiteral, const CVC4::NodeTemplate<false> >, std::allocator<std::pair<const CVC4::prop::SatLiteral, const CVC4::NodeTemplate<false> > >, std::__detail::_Select1st, std::equal_to<const CVC4::prop::SatLiteral>, CVC4::prop::SatLiteralHashFunction, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<true, false, true> >’