summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/openssl/openssl-1.0.0c/shared-libs.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-17 21:41:22 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-17 21:41:22 +0100
commitc58cc7d3796dcee6e93885c835ed04cb566abeb2 (patch)
tree3eea4d4ef6a4ef79e0f4e025d7012c1a5cc38835 /recipes-connectivity/openssl/openssl-1.0.0c/shared-libs.patch
parenteec6ab97f712e06eb52c9f7c99e19ffab3ce9d74 (diff)
downloadmeta-openembedded-c58cc7d3796dcee6e93885c835ed04cb566abeb2.tar.gz
move layer into meta-oe in preparation for future splits
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-connectivity/openssl/openssl-1.0.0c/shared-libs.patch')
-rw-r--r--recipes-connectivity/openssl/openssl-1.0.0c/shared-libs.patch48
1 files changed, 0 insertions, 48 deletions
diff --git a/recipes-connectivity/openssl/openssl-1.0.0c/shared-libs.patch b/recipes-connectivity/openssl/openssl-1.0.0c/shared-libs.patch
deleted file mode 100644
index 7cd70d8fdc..0000000000
--- a/recipes-connectivity/openssl/openssl-1.0.0c/shared-libs.patch
+++ /dev/null
@@ -1,48 +0,0 @@
1Index: openssl-1.0.0/crypto/Makefile
2===================================================================
3--- openssl-1.0.0.orig/crypto/Makefile
4+++ openssl-1.0.0/crypto/Makefile
5@@ -104,7 +104,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:
14Index: openssl-1.0.0/Makefile.org
15===================================================================
16--- openssl-1.0.0.orig/Makefile.org
17+++ openssl-1.0.0/Makefile.org
18@@ -260,7 +260,7 @@
19
20 libcrypto$(SHLIB_EXT): libcrypto.a
21 @if [ "$(SHLIB_TARGET)" != "" ]; then \
22- $(MAKE) SHLIBDIRS=crypto build-shared; \
23+ $(MAKE) -e SHLIBDIRS=crypto build-shared; \
24 else \
25 echo "There's no support for shared libraries on this platform" >&2; \
26 exit 1; \
27@@ -268,7 +268,7 @@
28
29 libssl$(SHLIB_EXT): libcrypto$(SHLIB_EXT) libssl.a
30 @if [ "$(SHLIB_TARGET)" != "" ]; then \
31- $(MAKE) SHLIBDIRS=ssl SHLIBDEPS='-lcrypto' build-shared; \
32+ $(MAKE) -e SHLIBDIRS=ssl SHLIBDEPS='-lcrypto' build-shared; \
33 else \
34 echo "There's no support for shared libraries on this platform" >&2; \
35 exit 1; \
36Index: openssl-1.0.0/ssl/Makefile
37===================================================================
38--- openssl-1.0.0.orig/ssl/Makefile
39+++ openssl-1.0.0/ssl/Makefile
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: