Bug 34552 - enable build with parallel jobs
Summary: enable build with parallel jobs
Status: RESOLVED LATER
Alias: None
Product: Sisyphus
Classification: Development
Component: libgtk+2 (show other bugs)
Version: unstable
Hardware: all Linux
: P3 enhancement
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-16 17:43 MSK by Ivan Zakharyaschev
Modified: 2018-02-18 14:36 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.