summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl-0.9.8p/parallel-make-fix.patch
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2011-02-17 15:16:02 +0800
committerSaul Wold <sgw@linux.intel.com>2011-02-17 17:25:22 -0800
commit3810796ee371c8b1548f5ba75ff55299f37d0254 (patch)
tree5961b4a798541fa983cc0bed07273c52a36abed4 /meta/recipes-connectivity/openssl/openssl-0.9.8p/parallel-make-fix.patch
parentc35d91062f557d46625eb471cf1edf2c4d95b1b8 (diff)
downloadpoky-3810796ee371c8b1548f5ba75ff55299f37d0254.tar.gz
openssl: fix parallel make
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl-0.9.8p/parallel-make-fix.patch')
-rw-r--r--meta/recipes-connectivity/openssl/openssl-0.9.8p/parallel-make-fix.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8p/parallel-make-fix.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/parallel-make-fix.patch
new file mode 100644
index 0000000000..60fab9d4a9
--- /dev/null
+++ b/meta/recipes-connectivity/openssl/openssl-0.9.8p/parallel-make-fix.patch
@@ -0,0 +1,18 @@
1fix the parallel build regarding shared libraries.
2
3Signed-off-by: Qing He <qing.he@intel.com>
4
5diff --git a/Makefile.org b/Makefile.org
6index 2fb0309..8bec3d0 100644
7--- a/Makefile.org
8+++ b/Makefile.org
9@@ -352,6 +352,9 @@ all_testapps: build_libs build_testapps
10 build_testapps:
11 @dir=crypto; target=testapps; $(BUILD_ONE_CMD)
12
13+libcrypto.a: build_crypto
14+libssl.a: build_ssl
15+
16 build_shared: $(SHARED_LIBS)
17 libcrypto$(SHLIB_EXT): libcrypto.a $(SHARED_FIPS)
18 @if [ "$(SHLIB_TARGET)" != "" ]; then \