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

(-)a/mail-mta/courier/courier-0.76.4.ebuild (-2 / +3 lines)
Lines 71-76 src_configure() { Link Here
71
	local myconf
71
	local myconf
72
	myconf=""
72
	myconf=""
73
73
74
	use gnutls && export ac_cv_path_CERTTOOL=/usr/bin/certtool
75
74
	use ldap && myconf="${myconf} --with-ldapconfig=/etc/courier/maildropldap.conf"
76
	use ldap && myconf="${myconf} --with-ldapconfig=/etc/courier/maildropldap.conf"
75
77
76
	econf ${myconf} \
78
	econf ${myconf} \
Lines 254-260 pkg_config() { Link Here
254
	mailhost="$(hostname)"
256
	mailhost="$(hostname)"
255
	export mailhost
257
	export mailhost
256
258
257
	domainname="$(domainname)"
259
	domainname="$(hostname -d)"
258
	if [ "x$domainname" = "x(none)" ] ; then
260
	if [ "x$domainname" = "x(none)" ] ; then
259
		domainname="$(echo ${mailhost} | sed -e "s/[^\.]*\.\(.*\)/\1/")"
261
		domainname="$(echo ${mailhost} | sed -e "s/[^\.]*\.\(.*\)/\1/")"
260
	fi
262
	fi
261
- 

Return to bug 554916