diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/no-rpath.patch')
-rw-r--r-- | meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/no-rpath.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/no-rpath.patch b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/no-rpath.patch deleted file mode 100644 index 6ef0f0ede..000000000 --- a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/no-rpath.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Index: openssl-1.0.0c/Makefile.shared | ||
2 | =================================================================== | ||
3 | --- openssl-1.0.0c.orig/Makefile.shared 2010-08-21 13:36:49.000000000 +0200 | ||
4 | +++ openssl-1.0.0c/Makefile.shared 2010-12-12 16:13:36.000000000 +0100 | ||
5 | @@ -153,7 +153,7 @@ | ||
6 | NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ | ||
7 | SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX" | ||
8 | |||
9 | -DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)" | ||
10 | +DO_GNU_APP=LDFLAGS="$(CFLAGS)" | ||
11 | |||
12 | #This is rather special. It's a special target with which one can link | ||
13 | #applications without bothering with any features that have anything to | ||