diff options
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl-1.0.1e/debian/no-symbolic.patch')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl-1.0.1e/debian/no-symbolic.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.1e/debian/no-symbolic.patch b/meta/recipes-connectivity/openssl/openssl-1.0.1e/debian/no-symbolic.patch new file mode 100644 index 0000000000..cc4408ab7d --- /dev/null +++ b/meta/recipes-connectivity/openssl/openssl-1.0.1e/debian/no-symbolic.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Upstream-Status: Backport [debian] | ||
2 | |||
3 | Index: openssl-1.0.0c/Makefile.shared | ||
4 | =================================================================== | ||
5 | --- openssl-1.0.0c.orig/Makefile.shared 2010-12-12 16:13:36.000000000 +0100 | ||
6 | +++ openssl-1.0.0c/Makefile.shared 2010-12-12 16:13:44.000000000 +0100 | ||
7 | @@ -151,7 +151,7 @@ | ||
8 | SHLIB_SUFFIX=; \ | ||
9 | ALLSYMSFLAGS='-Wl,--whole-archive'; \ | ||
10 | NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ | ||
11 | - SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX" | ||
12 | + SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX" | ||
13 | |||
14 | DO_GNU_APP=LDFLAGS="$(CFLAGS)" | ||
15 | |||