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:
parent
ff8041427b
commit
76581ac1db
@ -137,6 +137,7 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: gcc >= 4.9.4
|
BuildRequires: gcc >= 4.9.4
|
||||||
BuildRequires: gcc-c++ >= 4.9.4
|
BuildRequires: gcc-c++ >= 4.9.4
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
|
BuildRequires: libatomic
|
||||||
|
|
||||||
#%if ! 0%%{?bootstrap}
|
#%if ! 0%%{?bootstrap}
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
|
Loading…
Reference in New Issue
Block a user