diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-08-26 19:39:11 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-08-26 19:39:55 +0200 |
commit | 85c9a35d3eea4416b7d234c40fa8758f721cf404 (patch) | |
tree | 9c5de015e9e4ec6d74cd3ce22ac8313228063749 /dev-libs/openssl/files/openssl-1.1.01-ldflags.patch | |
parent | dev-vcs/bfg: fix EAPI 6 failure (diff) | |
download | gentoo-85c9a35d3eea4416b7d234c40fa8758f721cf404.tar.gz gentoo-85c9a35d3eea4416b7d234c40fa8758f721cf404.tar.bz2 gentoo-85c9a35d3eea4416b7d234c40fa8758f721cf404.zip |
dev-libs/openssl: Fixed broken ldflags patch (thanks to floppym).
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
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 |