diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/openssl/openssl-1.0.0d/parallel-make-fix.patch')
| -rw-r--r-- | meta-oe/recipes-connectivity/openssl/openssl-1.0.0d/parallel-make-fix.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0d/parallel-make-fix.patch b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0d/parallel-make-fix.patch new file mode 100644 index 0000000000..7ba9348704 --- /dev/null +++ b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0d/parallel-make-fix.patch | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | Upstream-Status: Submitted | ||
| 2 | |||
| 3 | fix the parallel build regarding shared libraries. | ||
| 4 | |||
| 5 | Signed-off-by: Qing He <qing.he@intel.com> | ||
| 6 | |||
| 7 | Index: 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; \ | ||
