summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-04-29 09:57:02 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-04-29 09:57:09 +0200
commit2c44624b1a4dbaaaf81db38a766ad70a57ef88ed (patch)
tree0d01651692ee41f48a093085abae85c329419460 /patches
parent7360377c4476bd2a659fe806f99b280854f60328 (diff)
downloadptxdist-2c44624b1a4dbaaaf81db38a766ad70a57ef88ed.tar.gz
ptxdist-2c44624b1a4dbaaaf81db38a766ad70a57ef88ed.tar.xz
openssl: more parallel build fixes
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/openssl-1.0.1m/0101-fix-parallel-building.patch28
1 files changed, 23 insertions, 5 deletions
diff --git a/patches/openssl-1.0.1m/0101-fix-parallel-building.patch b/patches/openssl-1.0.1m/0101-fix-parallel-building.patch
index 83374f603..4f9deddb6 100644
--- a/patches/openssl-1.0.1m/0101-fix-parallel-building.patch
+++ b/patches/openssl-1.0.1m/0101-fix-parallel-building.patch
@@ -5,9 +5,9 @@ Subject: [PATCH] fix parallel building
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
Makefile.org | 20 ++++++++++----------
- crypto/Makefile | 2 +-
- engines/Makefile | 2 +-
- 3 files changed, 12 insertions(+), 12 deletions(-)
+ crypto/Makefile | 4 ++--
+ engines/Makefile | 4 ++--
+ 3 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/Makefile.org b/Makefile.org
index 5117a0ef9c0b..7f62a594fb27 100644
@@ -42,7 +42,7 @@ index 5117a0ef9c0b..7f62a594fb27 100644
all_testapps: build_libs build_testapps
build_testapps:
diff --git a/crypto/Makefile b/crypto/Makefile
-index 2355661f40fa..5af752afd45c 100644
+index 2355661f40fa..04029f8621fe 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -85,7 +85,7 @@ testapps:
@@ -54,10 +54,28 @@ index 2355661f40fa..5af752afd45c 100644
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
+@@ -100,7 +100,7 @@ links:
+ # lib: $(LIB): are splitted to avoid end-less loop
+ lib: $(LIB)
+ @touch lib
+-$(LIB): $(LIBOBJ)
++$(LIB): $(LIBOBJ) subdirs
+ $(AR) $(LIB) $(LIBOBJ)
+ [ -z "$(FIPSLIBDIR)" ] || $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o
+ $(RANLIB) $(LIB) || echo Never mind.
diff --git a/engines/Makefile b/engines/Makefile
-index 58e028131786..34fbc27ebd14 100644
+index 58e028131786..39f55ec6b345 100644
--- a/engines/Makefile
+++ b/engines/Makefile
+@@ -72,7 +72,7 @@ top:
+
+ all: lib subdirs
+
+-lib: $(LIBOBJ)
++lib: $(LIBOBJ) subdirs
+ @if [ -n "$(SHARED_LIBS)" ]; then \
+ set -e; \
+ for l in $(LIBNAMES); do \
@@ -89,7 +89,7 @@ lib: $(LIBOBJ)
subdirs: