commit: e95a42924fb4b1e7d4093008826f1419d440381d Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Jul 4 10:23:00 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sat Jul 4 10:23:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95a4292
net-analyzer/multipath-tcp-tools: Inject LDFLAGS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Closes: https://bugs.gentoo.org/show_bug.cgi?id=730682 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21.ebuild | 1 + net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21.ebuild b/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21.ebuild index 3c59f4d1d6c..4e226a41ad2 100644 --- a/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21.ebuild +++ b/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-2018_p12_p21.ebuild @@ -24,6 +24,7 @@ S=${WORKDIR}/${P//_p/-}/network-traffic-analysis-tools src_prepare() { sed -i \ -e 's|/man/man1|/share&|g' \ + -e 's|$(LDLIBS)|$(LDFLAGS) &|g' \ Makefile || die default diff --git a/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild b/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild index 60d3b27244e..edabbb51709 100644 --- a/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild +++ b/net-analyzer/multipath-tcp-tools/multipath-tcp-tools-999999.ebuild @@ -24,6 +24,7 @@ S=${WORKDIR}/${P}/network-traffic-analysis-tools src_prepare() { sed -i \ -e 's|/man/man1|/share&|g' \ + -e 's|$(LDLIBS)|$(LDFLAGS) &|g' \ Makefile || die default
