A better looking patch to disable parallel builds
--- pulseaudio-5.0.orig/src/Makefile.am
+++ pulseaudio-5.0/src/Makefile.am
@@ -2195,3 +2195,4 @@ coverage:
 endif
 
 .PHONY: massif update-all update-ffmpeg update-map-file coverage
+.NOTPARALLEL:
and a patch to disable tests as memblock-test fails, to lazy to fix
--- pulseaudio-5.0-10/debian/rules	2014-08-17 19:41:11.000000000 +0200
+++ pulseaudio-5.0/debian/rules	2014-08-20 05:29:51.232507731 +0200
@@ -50,7 +50,7 @@ clean::
 
 # Libs should be in the multi-arch path, but the modules should be in the
 # normal directory as pulseaudio is foreign
-DEB_CONFIGURE_EXTRA_FLAGS = --enable-x11 \
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-x11 --disable-tests \
   --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
   --with-module-dir=\$${prefix}/lib/pulse-$(DEB_UPSTREAM_VERSION)/modules
 
Thanks
-- 
X was an interactive protocol: 
alpha blending a full-screen image looked like slugs racing down the monitor. 
http://www.keithp.com/~keithp/talks/usenix2000/render.html

Reply via email to