From 09245c674544481ddb909ec23edb4fde09d1fa6f Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Mon, 27 Jan 2020 22:28:01 +0300 Subject: [PATCH] python 3.8 in rosa2019.1 has no 'm' postfix --- boost.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index 6bdf1ca..a3f8403 100644 --- a/boost.spec +++ b/boost.spec @@ -857,7 +857,7 @@ find libs -type f \( -name "*.?pp" ! -path "*test*" ! -path "*src*" ! -path "*to %define gcc_ver %(rpm -q --queryformat="%%{VERSION}" gcc) cat > ./tools/build/src/user-config.jam << EOF using gcc : %{gcc_ver} : gcc : "%{optflags}" "%{optflags}" "%{ldflags}" ; -using python : %{py3_ver} : %{_bindir}/python%{py3_ver} : %{_includedir}/python%{py3_ver}m : %{_libdir} : : : ; +using python : %{py3_ver} : %{_bindir}/python%{py3_ver} : %{_includedir}/python%{py3_ver} : %{_libdir} : : : ; using python : %{py_ver} : %{_bindir}/python%{py_ver} : %{_includedir}/python%{py_ver} : %{_libdir} : : : ; EOF ./bootstrap.sh --with-toolset=gcc --with-icu --prefix=%{_prefix} --libdir=%{_libdir} --with-python=%{py_ver}