Description: Disable parallel building to avoid random FTBFS
 The Makefile does not support it.
Author: Sébastien Villemot <sebastien@debian.org>
Forwarded: no
Last-Update: 2015-07-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/Makefile
+++ b/src/Makefile
@@ -40,3 +40,5 @@ check:
 
 clean:
 	rm -f *.o *.oct *~ *.mod
+
+.NOTPARALLEL:
