diff options
Diffstat (limited to 'recipes-connectivity/openssl/openssl/debian_bpo8+1/no-rpath.patch')
-rw-r--r-- | recipes-connectivity/openssl/openssl/debian_bpo8+1/no-rpath.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-connectivity/openssl/openssl/debian_bpo8+1/no-rpath.patch b/recipes-connectivity/openssl/openssl/debian_bpo8+1/no-rpath.patch new file mode 100644 index 0000000..b1c4b11 --- /dev/null +++ b/recipes-connectivity/openssl/openssl/debian_bpo8+1/no-rpath.patch @@ -0,0 +1,15 @@ +--- + Makefile.shared | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/Makefile.shared ++++ b/Makefile.shared +@@ -153,7 +153,7 @@ DO_GNU_SO=$(CALC_VERSIONS); \ + NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ + SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX" + +-DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)" ++DO_GNU_APP=LDFLAGS="$(CFLAGS)" + + #This is rather special. It's a special target with which one can link + #applications without bothering with any features that have anything to |