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