summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/openssl/openssl-1.0.0d/openssl-fix-link.patch
blob: b319c62f424e3c73d31b0e93dc8bab1d2f82033b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Upstream-Status: Pending

fix the parallel build regarding shared libraries.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>

Index: openssl-1.0.0d/Makefile.org
===================================================================
--- openssl-1.0.0d.orig/Makefile.org	2011-09-01 17:03:59.000000000 +0400
+++ openssl-1.0.0d/Makefile.org	2011-09-01 17:12:24.000000000 +0400
@@ -246,9 +246,9 @@
	@dir=crypto; target=all; $(BUILD_ONE_CMD)
 build_ssl:
	@dir=ssl; target=all; $(BUILD_ONE_CMD)
-build_engines:
+build_engines: build_crypto
	@dir=engines; target=all; $(BUILD_ONE_CMD)
-build_apps:
+build_apps: build_crypto
	@dir=apps; target=all; $(BUILD_ONE_CMD)
 build_tests:
	@dir=test; target=all; $(BUILD_ONE_CMD)