diff options
Diffstat (limited to 'dev-libs/openssl/files/openssl-1.1.01-ldflags.patch')
-rw-r--r-- | dev-libs/openssl/files/openssl-1.1.01-ldflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/openssl/files/openssl-1.1.01-ldflags.patch b/dev-libs/openssl/files/openssl-1.1.01-ldflags.patch new file mode 100644 index 000000000000..95a95f239828 --- /dev/null +++ b/dev-libs/openssl/files/openssl-1.1.01-ldflags.patch @@ -0,0 +1,11 @@ +--- openssl-1.1.0-pre4/Makefile.shared ++++ openssl-1.1.0-pre4/Makefile.shared +@@ -175,7 +175,7 @@ + ALLSYMSFLAGS='-Wl,--whole-archive'; \ + NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ + $(DO_GNU_SO_COMMON) +-DO_GNU_APP=LDFLAGS="$(CFLAGS) $(LDFLAGS) -Wl,-rpath,$(LIBRPATH)" ++DO_GNU_APP=LDFLAGS="$(CFLAGS) $(LDFLAGS)" + + #This is rather special. It's a special target with which one can link + #applications without bothering with any features that have anything to |