summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-05-10 11:46:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-10 11:46:29 +0200
commit770609c8a993e91bd8570e26ce936a8ce1c8df4c (patch)
tree989cd46dc92b2e530e4e2d8ec064bd63ace6e7e4 /patches
parent022ee944a2d896267eb6b4d8ae6f552f5dbb0f56 (diff)
downloadptxdist-770609c8a993e91bd8570e26ce936a8ce1c8df4c.tar.gz
ptxdist-770609c8a993e91bd8570e26ce936a8ce1c8df4c.tar.xz
slang: fix parallel building
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/slang-2.3.0/0002-fix-parallel-building.patch22
-rw-r--r--patches/slang-2.3.0/series3
2 files changed, 24 insertions, 1 deletions
diff --git a/patches/slang-2.3.0/0002-fix-parallel-building.patch b/patches/slang-2.3.0/0002-fix-parallel-building.patch
new file mode 100644
index 000000000..9201f9869
--- /dev/null
+++ b/patches/slang-2.3.0/0002-fix-parallel-building.patch
@@ -0,0 +1,22 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Tue, 10 May 2016 11:45:47 +0200
+Subject: [PATCH] fix parallel building
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ src/Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile.in b/src/Makefile.in
+index fb31707c979b..c2873aa7e167 100644
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -116,7 +116,7 @@ ELFOBJS = @PROGRAM_ELFOBJECTS@
+
+ SHELL = /bin/sh
+
+-DOT_O_DEPS = sllimits.h _slang.h $(CONFIG_H)
++DOT_O_DEPS = sllimits.h _slang.h $(CONFIG_H) $(OBJDIR) $(ELFDIR)
+ sltoken_O_DEP = keywhash.c
+ slarith_O_DEP = slarith.inc slarith2.inc
+ slarrfun_O_DEP = slarrfun.inc
diff --git a/patches/slang-2.3.0/series b/patches/slang-2.3.0/series
index 006cec334..330107468 100644
--- a/patches/slang-2.3.0/series
+++ b/patches/slang-2.3.0/series
@@ -1,4 +1,5 @@
# generated by git-ptx-patches
#tag:base --start-number 1
0001-Makefile.in-fix-cross-compiling.patch
-# 756aba2eb71d46f62587f192000758e4 - git-ptx-patches magic
+0002-fix-parallel-building.patch
+# 909ac760b64c44defb6e2e6f3a3c124c - git-ptx-patches magic