summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-28 03:28:52 +0100
committerSam James <sam@gentoo.org>2021-08-28 03:29:03 +0100
commit893b4643b0d6072be646db7822e15adbea7475bc (patch)
treefd283656143f3c4ffa4c4055e3b4ab06fd5dc681 /mail-mta/sendmail
parentnet-vpn/tailscale: bump to 1.14.0 (diff)
downloadgentoo-893b4643b0d6072be646db7822e15adbea7475bc.tar.gz
gentoo-893b4643b0d6072be646db7822e15adbea7475bc.tar.bz2
gentoo-893b4643b0d6072be646db7822e15adbea7475bc.zip
mail-mta/sendmail: fix build with berkdb
Closes: https://bugs.gentoo.org/808954 Thanks-to: Michael Weiser <michael@weiser.dinsnail.net> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-mta/sendmail')
-rw-r--r--mail-mta/sendmail/sendmail-8.17.1-r1.ebuild (renamed from mail-mta/sendmail/sendmail-8.17.1.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail-mta/sendmail/sendmail-8.17.1.ebuild b/mail-mta/sendmail/sendmail-8.17.1-r1.ebuild
index cfb7fea30f81..6df07e689c46 100644
--- a/mail-mta/sendmail/sendmail-8.17.1.ebuild
+++ b/mail-mta/sendmail/sendmail-8.17.1-r1.ebuild
@@ -52,7 +52,8 @@ src_prepare() {
eapply_user
local confCCOPTS="${CFLAGS}"
- local confENVDEF="-DMAXDAEMONS=64 -DHAS_GETHOSTBYNAME2=1"
+ # See bug #808954 for FLOCK
+ local confENVDEF="-DMAXDAEMONS=64 -DHAS_GETHOSTBYNAME2=1 -DHASFLOCK=1"
local confLDOPTS="${LDFLAGS}"
local confLIBS=
local confMAPDEF="-DMAP_REGEX"