From 536c3711867ec947c1738f2c4b96f22e4863322d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Nov 2018 09:38:27 +0000 Subject: gentoo resync : 18.11.2018 --- .../wvstreams/files/wvstreams-99999-openssl-ldflags.patch | 10 ++++++++++ net-libs/wvstreams/files/wvstreams-99999-soname.patch | 11 +++++++++++ 2 files changed, 21 insertions(+) create mode 100644 net-libs/wvstreams/files/wvstreams-99999-openssl-ldflags.patch create mode 100644 net-libs/wvstreams/files/wvstreams-99999-soname.patch (limited to 'net-libs/wvstreams/files') diff --git a/net-libs/wvstreams/files/wvstreams-99999-openssl-ldflags.patch b/net-libs/wvstreams/files/wvstreams-99999-openssl-ldflags.patch new file mode 100644 index 000000000000..0bf2bc4a7b02 --- /dev/null +++ b/net-libs/wvstreams/files/wvstreams-99999-openssl-ldflags.patch @@ -0,0 +1,10 @@ +--- a/config.ac ++++ b/config.ac +@@ -444,7 +444,6 @@ + if test "$with_openssl" != "no"; then + if test "$with_openssl" != ""; then + WV_APPEND(CPPFLAGS, [-I$with_openssl/include]) +- WV_APPEND(LDFLAGS, [-L$with_openssl]) + fi + AC_CHECK_HEADERS(openssl/ssl.h,, [with_openssl=no], + [#define OPENSSL_NO_KRB5]) diff --git a/net-libs/wvstreams/files/wvstreams-99999-soname.patch b/net-libs/wvstreams/files/wvstreams-99999-soname.patch new file mode 100644 index 000000000000..9dd0d8ab8260 --- /dev/null +++ b/net-libs/wvstreams/files/wvstreams-99999-soname.patch @@ -0,0 +1,11 @@ +--- a/default.so.do ++++ b/default.so.do +@@ -47,7 +47,7 @@ + redo-ifchange "$OUT/$2.a" + ln -s $2.a "$sofile" + else +- $CXX -o "$sofile" -shared \ ++ $CXX -o "$sofile" -shared -Wl,-soname,$sofile \ + $zdefs \ + $LDFLAGS \ + $obj $libdep $libs -- cgit v1.2.3