diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-03 09:23:32 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-03 09:23:32 +0100 |
commit | 17402fbba1b714dbaf5354534be2d501c75f5620 (patch) | |
tree | 1bd8ca61ce97fbd9352448745bf006f910e10f3c /recipes-connectivity/openssl/openssl-0.9.8m/shared-libs.patch | |
parent | be10a6b1321f250b1034c7d9d0a8ef18b296eef1 (diff) | |
download | meta-openembedded-17402fbba1b714dbaf5354534be2d501c75f5620.tar.gz |
angstrom-layers: meta-openembedded: add openssl recipe from OE into recipes-connectivity
Added BBCLASSEXTEND = "native nativesdk" and removed -native recipe
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes-connectivity/openssl/openssl-0.9.8m/shared-libs.patch')
-rw-r--r-- | recipes-connectivity/openssl/openssl-0.9.8m/shared-libs.patch | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/recipes-connectivity/openssl/openssl-0.9.8m/shared-libs.patch b/recipes-connectivity/openssl/openssl-0.9.8m/shared-libs.patch new file mode 100644 index 0000000000..0aaef169c6 --- /dev/null +++ b/recipes-connectivity/openssl/openssl-0.9.8m/shared-libs.patch | |||
@@ -0,0 +1,48 @@ | |||
1 | Index: openssl-0.9.8m/crypto/Makefile | ||
2 | =================================================================== | ||
3 | --- openssl-0.9.8m.orig/crypto/Makefile 2008-09-18 01:10:55.000000000 +0800 | ||
4 | +++ openssl-0.9.8m/crypto/Makefile 2010-03-09 16:13:16.055652727 +0800 | ||
5 | @@ -103,7 +103,7 @@ | ||
6 | |||
7 | shared: buildinf.h lib subdirs | ||
8 | if [ -n "$(SHARED_LIBS)" ]; then \ | ||
9 | - (cd ..; $(MAKE) $(SHARED_LIB)); \ | ||
10 | + (cd ..; $(MAKE) -e $(SHARED_LIB)); \ | ||
11 | fi | ||
12 | |||
13 | libs: | ||
14 | Index: openssl-0.9.8m/Makefile.org | ||
15 | =================================================================== | ||
16 | --- openssl-0.9.8m.orig/Makefile.org 2010-01-28 00:06:36.000000000 +0800 | ||
17 | +++ openssl-0.9.8m/Makefile.org 2010-03-09 16:14:22.065664019 +0800 | ||
18 | @@ -355,7 +355,7 @@ | ||
19 | @if [ "$(SHLIB_TARGET)" != "" ]; then \ | ||
20 | if [ "$(FIPSCANLIB)" = "libfips" ]; then \ | ||
21 | $(ARD) libcrypto.a fipscanister.o ; \ | ||
22 | - $(MAKE) SHLIBDIRS='crypto' SHLIBDEPS='-lfips' build-shared; \ | ||
23 | + $(MAKE) -e SHLIBDIRS='crypto' SHLIBDEPS='-lfips' build-shared; \ | ||
24 | $(AR) libcrypto.a fips/fipscanister.o ; \ | ||
25 | else \ | ||
26 | if [ "$(FIPSCANLIB)" = "libcrypto" ]; then \ | ||
27 | @@ -373,7 +373,7 @@ | ||
28 | @if [ "$(SHLIB_TARGET)" != "" ]; then \ | ||
29 | shlibdeps=-lcrypto; \ | ||
30 | [ "$(FIPSCANLIB)" = "libfips" ] && shlibdeps="$$shlibdeps -lfips"; \ | ||
31 | - $(MAKE) SHLIBDIRS=ssl SHLIBDEPS="$$shlibdeps" build-shared; \ | ||
32 | + $(MAKE) -e SHLIBDIRS=ssl SHLIBDEPS="$$shlibdeps" build-shared; \ | ||
33 | else \ | ||
34 | echo "There's no support for shared libraries on this platform" >&2 ; \ | ||
35 | exit 1; \ | ||
36 | Index: openssl-0.9.8m/ssl/Makefile | ||
37 | =================================================================== | ||
38 | --- openssl-0.9.8m.orig/ssl/Makefile 2010-01-21 00:35:30.000000000 +0800 | ||
39 | +++ openssl-0.9.8m/ssl/Makefile 2010-03-09 16:13:16.065664772 +0800 | ||
40 | @@ -62,7 +62,7 @@ | ||
41 | |||
42 | shared: lib | ||
43 | if [ -n "$(SHARED_LIBS)" ]; then \ | ||
44 | - (cd ..; $(MAKE) $(SHARED_LIB)); \ | ||
45 | + (cd ..; $(MAKE) -e $(SHARED_LIB)); \ | ||
46 | fi | ||
47 | |||
48 | files: | ||