Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251946
Collapse All | Expand All

(-)a/files/site.config.m4 (-1 / +1 lines)
Lines 3-9 Link Here
3
define(`confENVDEF', `@@confENVDEF@@')
3
define(`confENVDEF', `@@confENVDEF@@')
4
define(`confLIBS', `@@confLIBS@@')
4
define(`confLIBS', `@@confLIBS@@')
5
define(`confSTDIO_TYPE', `portable')
5
define(`confSTDIO_TYPE', `portable')
6
define(`confLDOPTS', `-Wl,-z,now -s')
6
define(`confLDOPTS', `-Wl,-z,now @@confLDOPTS@@')
7
define(`confMANOWN', `root')
7
define(`confMANOWN', `root')
8
define(`confMANGRP', `root')
8
define(`confMANGRP', `root')
9
define(`confMANMODE', `644')
9
define(`confMANMODE', `644')
(-)a/sendmail-8.14.2.ebuild (+2 lines)
Lines 36-41 Link Here
36
	epatch ${FILESDIR}/sendmail-delivered_hdr.patch || die
36
	epatch ${FILESDIR}/sendmail-delivered_hdr.patch || die
37
37
38
	confCCOPTS="${CFLAGS}"
38
	confCCOPTS="${CFLAGS}"
39
	confLDOPTS="${LDFLAGS}"
39
	confMAPDEF="-DMAP_REGEX"
40
	confMAPDEF="-DMAP_REGEX"
40
	conf_sendmail_LIBS=""
41
	conf_sendmail_LIBS=""
41
	use sasl && confLIBS="${confLIBS} -lsasl2"  \
42
	use sasl && confLIBS="${confLIBS} -lsasl2"  \
Lines 56-61 Link Here
56
		-e "s/@@confMAPDEF@@/${confMAPDEF}/" \
57
		-e "s/@@confMAPDEF@@/${confMAPDEF}/" \
57
		-e "s/@@confENVDEF@@/${confENVDEF}/" \
58
		-e "s/@@confENVDEF@@/${confENVDEF}/" \
58
		-e "s/@@confLIBS@@/${confLIBS}/" \
59
		-e "s/@@confLIBS@@/${confLIBS}/" \
60
		-e "s/@@confLDOPTS@@/${confLDOPTS}/" \
59
		-e "s/@@conf_sendmail_LIBS@@/${conf_sendmail_LIBS}/" \
61
		-e "s/@@conf_sendmail_LIBS@@/${conf_sendmail_LIBS}/" \
60
		${FILESDIR}/site.config.m4 > ${S}/devtools/Site/site.config.m4
62
		${FILESDIR}/site.config.m4 > ${S}/devtools/Site/site.config.m4
61
}
63
}

Return to bug 251946