diff --git a/pocl.changes b/pocl.changes index 41a72d9..0360532 100644 --- a/pocl.changes +++ b/pocl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 8 17:29:43 UTC 2017 - mardnh@gmx.de + +- Fix runtime linking issues (missing crtbeginS.so) + - Require gcc for Factory + ------------------------------------------------------------------- Mon Jul 3 21:23:21 UTC 2017 - mardnh@gmx.de diff --git a/pocl.spec b/pocl.spec index f03c8e4..089a7c5 100644 --- a/pocl.spec +++ b/pocl.spec @@ -52,6 +52,9 @@ BuildRequires: pkgconfig(hwloc) Requires: clang4 Requires: libstdc++-devel Requires: libut2 +%if 0%{?suse_version} > 1325 +Requires: gcc +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build # Only armv7l is supported # PPC support is currently broken, due to path problems