summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-06-11 13:07:58 +0200
committerPatrice Clement <monsieurp@gentoo.org>2020-06-11 13:07:58 +0200
commit99d6110fc6b30c51fabef6d171dd08cf81ff9b1e (patch)
tree3a9bada41374614621d0563a65889d16e0332281 /net-misc/spiped/spiped-1.6.0-r1.ebuild
parentapp-emulation/xen: add security patches XSA-320 / CVE-2020-0543 (diff)
downloadgentoo-99d6110fc6b30c51fabef6d171dd08cf81ff9b1e.tar.gz
gentoo-99d6110fc6b30c51fabef6d171dd08cf81ff9b1e.tar.bz2
gentoo-99d6110fc6b30c51fabef6d171dd08cf81ff9b1e.zip
net-misc/spiped: patch Makefile to honor LDFLAGS.
Closes: https://bugs.gentoo.org/725230 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-misc/spiped/spiped-1.6.0-r1.ebuild')
-rw-r--r--net-misc/spiped/spiped-1.6.0-r1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-misc/spiped/spiped-1.6.0-r1.ebuild b/net-misc/spiped/spiped-1.6.0-r1.ebuild
index 7820531c9cd9..ca4826de3c19 100644
--- a/net-misc/spiped/spiped-1.6.0-r1.ebuild
+++ b/net-misc/spiped/spiped-1.6.0-r1.ebuild
@@ -25,6 +25,10 @@ RDEPEND="
${DEPEND}
!net-mail/qlogtools"
+PATCHES=(
+ "${FILESDIR}/${P}-ldflags-support.patch"
+)
+
src_compile() {
emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}