From f121677c7a2fdf6cecbd5ffb9488ec90950018be4b77bf8adf983ca665e73d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 30 Mar 2016 09:32:10 +0000 Subject: [PATCH] Accepting request 381522 from home:Dmitry_R:branches:devel:libraries:c_c++ - Fix build on systems with GCC4 OBS-URL: https://build.opensuse.org/request/show/381522 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=166 --- boost.changes | 5 +++++ boost.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/boost.changes b/boost.changes index 733071d..aaaccab 100644 --- a/boost.changes +++ b/boost.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 29 20:06:05 UTC 2016 - dmitry_r@opensuse.org + +- Fix build on systems with GCC4 + ------------------------------------------------------------------- Sun Feb 14 14:28:50 UTC 2016 - egeorget@openmailbox.org diff --git a/boost.spec b/boost.spec index c6fff44..f6373d9 100644 --- a/boost.spec +++ b/boost.spec @@ -93,6 +93,10 @@ BuildRequires: chrpath BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: gcc-c++ +%if 0%{?suse_version} <= 1320 +# boost requires quadmath.h +BuildRequires: gcc-fortran +%endif BuildRequires: libbz2-devel BuildRequires: libexpat-devel BuildRequires: libicu-devel >= 4.4