Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436406 | Differences between
and this patch

Collapse All | Expand All

(-)exim-4.80.ebuild (-1 / +11 lines)
Lines 6-12 Link Here
6
6
7
inherit eutils toolchain-funcs multilib pam
7
inherit eutils toolchain-funcs multilib pam
8
8
9
IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn"
9
IUSE="dcc +dkim dlfunc dnsdb doc dovecot-sasl dsn exiscan-acl gnutls ipv6 ldap lmtp maildir mbx mysql nis pam perl postgres radius sasl spf sqlite srs ssl syslog tcpd X"
10
10
11
DSN_EXIM_V=469
11
DSN_EXIM_V=469
12
DSN_V=1_3
12
DSN_V=1_3
Lines 270-275 Link Here
270
		sed -i -e "s:#define SUPPORT_DSN:define SUPPORT_DSN:" Makefile
270
		sed -i -e "s:#define SUPPORT_DSN:define SUPPORT_DSN:" Makefile
271
	fi
271
	fi
272
272
273
	if use dlfunc; then
274
		sed -i -e "s:# EXPAND_DLFUNC=yes:EXPAND_DLFUNC=yes:" Makefile
275
	fi
276
273
	# use the "native" interface to the DBM library
277
	# use the "native" interface to the DBM library
274
	echo "USE_DB=yes" >> Makefile
278
	echo "USE_DB=yes" >> Makefile
275
	echo "DBMLIB=-ldb" >> Makefile
279
	echo "DBMLIB=-ldb" >> Makefile
Lines 332-337 Link Here
332
336
333
	DIROPTIONS="--mode=0750 --owner=${MAILUSER} --group=${MAILGROUP}"
337
	DIROPTIONS="--mode=0750 --owner=${MAILUSER} --group=${MAILGROUP}"
334
	dodir /var/log/${PN}
338
	dodir /var/log/${PN}
339
	dodir /usr/include/${PN}
340
	insinto /usr/include/${PN}
341
	local f
342
	for f in config.h local_scan.h mytypes.h store.h; do
343
		doins "${S}"/build-exim-gentoo/"${f}" || die "doheaders died"
344
	done
335
}
345
}
336
346
337
pkg_postinst() {
347
pkg_postinst() {

Return to bug 436406