Bug 34552

Summary: enable build with parallel jobs
Product: Sisyphus Reporter: Ivan Zakharyaschev <imz>
Component: libgtk+2Assignee: Yuri N. Sedunov <aris>
Status: RESOLVED LATER QA Contact: qa-sisyphus
Severity: enhancement    
Priority: P3 CC: aris, mike
Version: unstable   
Hardware: all   
OS: Linux   

Description Ivan Zakharyaschev 2018-02-16 17:43:31 MSK
The note about SMP-incompatible build goes back to Rider 2003-10-20,
and this is not true anymore. (My parallel builds were successful.)
---
 libgtk+2.spec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libgtk+2.spec b/libgtk+2.spec
index 3e5bdc8..26b777b 100644
--- a/libgtk+2.spec
+++ b/libgtk+2.spec
@@ -239,8 +239,7 @@ NOCONFIGURE=1 ./autogen.sh
     %{?_enable_gtk_doc:--enable-gtk-doc} \
     --enable-debug=yes
 
-# SMP-incompatible build
-%make LIBTOOL_EXPORT_OPTIONS=-Wl,--version-script=compat.map,compat.lds
+%make_build LIBTOOL_EXPORT_OPTIONS=-Wl,--version-script=compat.map,compat.lds
 
 %install
 %make_install DESTDIR=%buildroot install
Comment 1 Yuri N. Sedunov 2018-02-16 18:10:42 MSK
It will be fixed in the next release.