diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-03-07 16:39:44 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-03-07 16:39:49 -0500 |
commit | b8413ccc65775dee6709e6a2ab98758ad3ec24b0 (patch) | |
tree | b106033fcd2211806cd4a12d5545dd5a01d10dde /mail-mta/nullmailer | |
parent | mail-mta/nullmailer: style cleanups -- no functional changes (diff) | |
download | gentoo-b8413ccc65775dee6709e6a2ab98758ad3ec24b0.tar.gz gentoo-b8413ccc65775dee6709e6a2ab98758ad3ec24b0.tar.bz2 gentoo-b8413ccc65775dee6709e6a2ab98758ad3ec24b0.zip |
mail-mta/nullmailer: enable LFS support #471102
Diffstat (limited to 'mail-mta/nullmailer')
-rw-r--r-- | mail-mta/nullmailer/nullmailer-2.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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) |