summaryrefslogtreecommitdiffstats
path: root/patches/gpsd-2.39
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-05-11 11:53:38 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-05-11 11:53:38 +0000
commite26dc037a4098116bfa2c962620bd48c26928091 (patch)
tree77e263cd49d8804c14b502ef7f258c518c2fe9a5 /patches/gpsd-2.39
parent1fcf019b99d5a821a3438b6a6ef27864962c0d37 (diff)
downloadptxdist-e26dc037a4098116bfa2c962620bd48c26928091.tar.gz
ptxdist-e26dc037a4098116bfa2c962620bd48c26928091.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10432 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches/gpsd-2.39')
-rw-r--r--patches/gpsd-2.39/generic/gpsd-2.39-fixup-parallel-build-for-python.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/gpsd-2.39/generic/gpsd-2.39-fixup-parallel-build-for-python.diff b/patches/gpsd-2.39/generic/gpsd-2.39-fixup-parallel-build-for-python.diff
index ddf4d574e..02d74251d 100644
--- a/patches/gpsd-2.39/generic/gpsd-2.39-fixup-parallel-build-for-python.diff
+++ b/patches/gpsd-2.39/generic/gpsd-2.39-fixup-parallel-build-for-python.diff
@@ -1,3 +1,13 @@
+From: Robert Schwebel <r.schwebel@pengutronix.de>
+Subject: [PATCH] fix parallel build
+
+The build system has a race with the creation of the python bindings; if
+both targets of the "gpspacket.so gpslib.so:" rule are started at the
+same time, the build "sometimes" breaks; this can be triggered with only
+a few cycles when built with -j16 on a 8-way box.
+
+Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
+
---
Makefile.am | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)