summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/parallel-make-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/parallel-make-fix.patch')
-rw-r--r--meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/parallel-make-fix.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/parallel-make-fix.patch b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/parallel-make-fix.patch
deleted file mode 100644
index 7ba9348704..0000000000
--- a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/parallel-make-fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
1Upstream-Status: Submitted
2
3fix the parallel build regarding shared libraries.
4
5Signed-off-by: Qing He <qing.he@intel.com>
6
7Index: openssl-1.0.0d/Makefile.org
8===================================================================
9--- openssl-1.0.0d.orig/Makefile.org 2010-01-27 08:06:58.000000000 -0800
10+++ openssl-1.0.0d/Makefile.org 2011-08-06 17:51:04.448556931 -0700
11@@ -258,6 +258,9 @@
12 build_testapps:
13 @dir=crypto; target=testapps; $(BUILD_ONE_CMD)
14
15+libcrypto.a: build_crypto
16+ libssl.a: build_ssl
17+
18 libcrypto$(SHLIB_EXT): libcrypto.a
19 @if [ "$(SHLIB_TARGET)" != "" ]; then \
20 $(MAKE) SHLIBDIRS=crypto build-shared; \