Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/sendmail/
Date: Sat, 28 Aug 2021 02:46:22
Message-Id: 1630117743.893b4643b0d6072be646db7822e15adbea7475bc.sam@gentoo
1 commit: 893b4643b0d6072be646db7822e15adbea7475bc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 28 02:28:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 28 02:29:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893b4643
7
8 mail-mta/sendmail: fix build with berkdb
9
10 Closes: https://bugs.gentoo.org/808954
11 Thanks-to: Michael Weiser <michael <AT> weiser.dinsnail.net>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../sendmail/{sendmail-8.17.1.ebuild => sendmail-8.17.1-r1.ebuild} | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/mail-mta/sendmail/sendmail-8.17.1.ebuild b/mail-mta/sendmail/sendmail-8.17.1-r1.ebuild
18 similarity index 98%
19 rename from mail-mta/sendmail/sendmail-8.17.1.ebuild
20 rename to mail-mta/sendmail/sendmail-8.17.1-r1.ebuild
21 index cfb7fea30f8..6df07e689c4 100644
22 --- a/mail-mta/sendmail/sendmail-8.17.1.ebuild
23 +++ b/mail-mta/sendmail/sendmail-8.17.1-r1.ebuild
24 @@ -52,7 +52,8 @@ src_prepare() {
25 eapply_user
26
27 local confCCOPTS="${CFLAGS}"
28 - local confENVDEF="-DMAXDAEMONS=64 -DHAS_GETHOSTBYNAME2=1"
29 + # See bug #808954 for FLOCK
30 + local confENVDEF="-DMAXDAEMONS=64 -DHAS_GETHOSTBYNAME2=1 -DHASFLOCK=1"
31 local confLDOPTS="${LDFLAGS}"
32 local confLIBS=
33 local confMAPDEF="-DMAP_REGEX"