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