Add Buildrequires: libatomic

s390x requires it to link properly and it's not harmful to have it
available on all arches. Not making it conditional in case it
would cause issues on a future archicture.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2019-04-23 21:29:02 -04:00
parent ff8041427b
commit 76581ac1db
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3

View File

@ -137,6 +137,7 @@ BuildRequires: zlib-devel
BuildRequires: gcc >= 4.9.4
BuildRequires: gcc-c++ >= 4.9.4
BuildRequires: chrpath
BuildRequires: libatomic
#%if ! 0%%{?bootstrap}
%if %{with bootstrap}