Fix libboost_system.so linker script to avoid ldcondig warning

This commit is contained in:
Jonathan Wakely 2026-01-13 15:59:13 +00:00
commit 4a0779ec8c

View file

@ -52,7 +52,7 @@ Name: boost
%global real_name boost
Summary: The free peer-reviewed portable C++ source libraries
Version: 1.90.0
Release: 2%{?dist}
Release: 3%{?dist}
License: BSL-1.0 AND MIT AND Python-2.0.1
# Replace each . with _ in %%{version}
@ -903,9 +903,8 @@ echo ============================= install serial ==================
install
cat > $RPM_BUILD_ROOT%{_libdir}/libboost_system.so << EOT
/* GNU ld linker script */
/* GNU ld script
/*
There is no runtime library for Boost.System.
This empty linker script exists to support Fedora packages which use
-lboost_system when linking and so require a library with that name.
@ -1362,6 +1361,9 @@ fi
%{_mandir}/man1/b2.1*
%changelog
* Tue Jan 13 2026 Jonathan Wakely <jwakely@fedoraproject.org> - 1.90.0-3
- Fix libboost_system.so linker script to avoid ldcondig warning
* Mon Jan 12 2026 Jonathan Wakely <jwakely@fedoraproject.org> - 1.90.0-2
- Add patch for boost/range/detail/any_iterator_interface.hpp