Files
meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl-1.0.0d/parallel-make-fix.patch
Khem Raj 11e4aa26d7 openssl-1.0.0: Add recipes for openssl_1.0.0d
Delete 1.0.0c recipes
Add patches from debian
Remove recipes for openssl-native use BBCLASSEXTEND instead
Drop libdeps-first.patch it would not let openssl-native build on ubuntu 11.10
Delete debian.patch, all changes in it are now provided by patches under debian dir

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-15 12:47:02 +02:00

21 lines
629 B
Diff

Upstream-Status: Submitted
fix the parallel build regarding shared libraries.
Signed-off-by: Qing He <qing.he@intel.com>
Index: openssl-1.0.0d/Makefile.org
===================================================================
--- openssl-1.0.0d.orig/Makefile.org 2010-01-27 08:06:58.000000000 -0800
+++ openssl-1.0.0d/Makefile.org 2011-08-06 17:51:04.448556931 -0700
@@ -258,6 +258,9 @@
build_testapps:
@dir=crypto; target=testapps; $(BUILD_ONE_CMD)
+libcrypto.a: build_crypto
+ libssl.a: build_ssl
+
libcrypto$(SHLIB_EXT): libcrypto.a
@if [ "$(SHLIB_TARGET)" != "" ]; then \
$(MAKE) SHLIBDIRS=crypto build-shared; \