From 76581ac1db6b75d06f54f0edde04701305b9e94c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 23 Apr 2019 21:29:02 -0400 Subject: [PATCH] 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 --- nodejs.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/nodejs.spec b/nodejs.spec index 8c0a52d..5eb096e 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -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}