Rebuild for std::__once_functor linking issue on ppc64le (#1470692)
This should hopefully fix linking with boost_context, which currently fails on ppc64le with: /usr/lib/gcc/ppc64le-redhat-linux/7/../../../../lib64/libboost_context.so: undefined reference to `std::__once_functor@GLIBCXX_3.4.11'
This commit is contained in:
parent
a4b6003a94
commit
91387222f5
@ -35,7 +35,7 @@ Name: boost
|
||||
Summary: The free peer-reviewed portable C++ source libraries
|
||||
Version: 1.64.0
|
||||
%global version_enc 1_64_0
|
||||
Release: 0.1%{?dist}
|
||||
Release: 0.2%{?dist}
|
||||
License: Boost and MIT and Python
|
||||
|
||||
%global toplev_dirname %{name}_%{version_enc}
|
||||
@ -1544,6 +1544,9 @@ fi
|
||||
%{_mandir}/man1/bjam.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 1.64.0-0.2
|
||||
- Rebuild for std::__once_functor linking issue on ppc64le (#1470692)
|
||||
|
||||
* Sat Jul 01 2017 Jonathan Wakely <jwakely@redhat.com> - 1.64.0-0.1
|
||||
- Rebase to 1.64.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user