From b8413ccc65775dee6709e6a2ab98758ad3ec24b0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 7 Mar 2016 16:39:44 -0500 Subject: mail-mta/nullmailer: enable LFS support #471102 --- mail-mta/nullmailer/nullmailer-2.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail-mta/nullmailer/nullmailer-2.0.ebuild b/mail-mta/nullmailer/nullmailer-2.0.ebuild index 859c4b300a8d..c8efc5a60172 100644 --- a/mail-mta/nullmailer/nullmailer-2.0.ebuild +++ b/mail-mta/nullmailer/nullmailer-2.0.ebuild @@ -7,7 +7,7 @@ EAPI=6 inherit autotools eutils flag-o-matic multilib systemd user DESCRIPTION="Simple relay-only local mail transport agent" -HOMEPAGE="http://untroubled.org/nullmailer/" +HOMEPAGE="http://untroubled.org/nullmailer/ https://github.com/bruceg/nullmailer" SRC_URI="http://untroubled.org/${PN}/archive/${P}.tar.gz" LICENSE="GPL-2" @@ -56,6 +56,8 @@ src_prepare() { } src_configure() { + # https://github.com/bruceg/nullmailer/pull/31/commits + append-lfs-flags #471102 econf \ --localstatedir=/var \ $(use_enable ssl tls) -- cgit v1.2.3-65-gdbad