[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#696961: qt4-x11: parallel build disabled on non-ia64 archs



package: qt4-x11
version: 4.8.2+dfsg-5
severity: whishlist

Hi,

It seems that during the debugging of the ia64 ftbfs, the parallel build on
other architectures got lost.

In 4.8.2+dfsg-5, the change below was added (and not reverted later on). This
should not have happened (the parallel build was only enabled on non-ia64
anyway). So on buildd's that enable parallel build, the build is a lot slower
since 4.8.2+dfsg-5. This can probably be reverted.

diff -Nru qt4-x11-4.8.2+dfsg/debian/rules qt4-x11-4.8.2+dfsg/debian/rules
--- qt4-x11-4.8.2+dfsg/debian/rules	2012-08-18 21:35:58.000000000 +0200
+++ qt4-x11-4.8.2+dfsg/debian/rules	2012-12-16 18:48:43.000000000 +0100
@@ -85,12 +85,8 @@
   endif
 endif
 
-ifneq ($(DEB_HOST_ARCH),ia64)
-	extra_dh_opts += --parallel
-endif
-
 %:
-	dh $@ $(extra_dh_opts) --with pkgkde_symbolshelper
+	dh $@ --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
 	# Test broken hppa kernel with glibc >= 2.5


Cheers,

Ivo


Reply to: