diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-02-02 10:16:25 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-02-02 15:42:12 -0800 |
commit | d58903b22aa879484a5eaa01efad5c031ea485fa (patch) | |
tree | 8de542d4098200396c3673c639377d76e9150020 /meta/recipes-connectivity/openssl/openssl-0.9.8t/parallel-make-fix.patch | |
parent | 263c39e624d6c8681e716d26718ce7502de8ae6d (diff) | |
download | openembedded-core-d58903b22aa879484a5eaa01efad5c031ea485fa.tar.gz openembedded-core-d58903b22aa879484a5eaa01efad5c031ea485fa.tar.bz2 openembedded-core-d58903b22aa879484a5eaa01efad5c031ea485fa.zip |
openssl: Update to 0.9.8t (gplv2)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl-0.9.8t/parallel-make-fix.patch')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl-0.9.8t/parallel-make-fix.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8t/parallel-make-fix.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/parallel-make-fix.patch new file mode 100644 index 0000000000..82857f5744 --- /dev/null +++ b/meta/recipes-connectivity/openssl/openssl-0.9.8t/parallel-make-fix.patch @@ -0,0 +1,20 @@ +Upstream-Status: Submitted + +fix the parallel build regarding shared libraries. + +Signed-off-by: Qing He <qing.he@intel.com> + +diff --git a/Makefile.org b/Makefile.org +index 2fb0309..8bec3d0 100644 +--- a/Makefile.org ++++ b/Makefile.org +@@ -352,6 +352,9 @@ all_testapps: build_libs build_testapps + build_testapps: + @dir=crypto; target=testapps; $(BUILD_ONE_CMD) + ++libcrypto.a: build_crypto ++libssl.a: build_ssl ++ + build_shared: $(SHARED_LIBS) + libcrypto$(SHLIB_EXT): libcrypto.a $(SHARED_FIPS) + @if [ "$(SHLIB_TARGET)" != "" ]; then \ |