From 770609c8a993e91bd8570e26ce936a8ce1c8df4c Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 10 May 2016 11:46:11 +0200 Subject: slang: fix parallel building Signed-off-by: Michael Olbrich --- .../slang-2.3.0/0002-fix-parallel-building.patch | 22 ++++++++++++++++++++++ patches/slang-2.3.0/series | 3 ++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 patches/slang-2.3.0/0002-fix-parallel-building.patch 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 +Date: Tue, 10 May 2016 11:45:47 +0200 +Subject: [PATCH] fix parallel building + +Signed-off-by: Michael Olbrich +--- + 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 -- cgit v1.2.3