diff options
-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) |