From 91387222f5823279132e46a94b4e99868c1d4bce Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 21 Jul 2017 10:18:02 +0200 Subject: [PATCH] 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' --- boost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index b929271..b3e43c1 100644 --- a/boost.spec +++ b/boost.spec @@ -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 - 1.64.0-0.2 +- Rebuild for std::__once_functor linking issue on ppc64le (#1470692) + * Sat Jul 01 2017 Jonathan Wakely - 1.64.0-0.1 - Rebase to 1.64.0