summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/parallel-make-fix.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-12-01 17:13:02 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-01 18:23:09 +0100
commit2ca5ccf98de97d851e9b99d27723d2d737f37ae7 (patch)
tree0fe30020d0a22dd468229e186deb893a98b2a34e /meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/parallel-make-fix.patch
parentf38500e042fd635569abf604b919e0c95b874245 (diff)
downloadmeta-openembedded-2ca5ccf98de97d851e9b99d27723d2d737f37ae7.tar.gz
openssl: remove in favor of oe-core
OE-Core now supports 1.0.0e, so we can remove this version Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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; \