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

(-)qpopper-4.0.5.ebuild.bak (-5 lines)
Lines 38-48 Link Here
38
		${myconf} || die "econf failed"
38
		${myconf} || die "econf failed"
39
39
40
	if use ssl; then
40
	if use ssl; then
41
		if use pam; then
42
			./configure ${CO} --with-openssl --with-pam=pop3
43
		else
44
			./configure ${CO} --with-openssl
45
		fi
46
		umask 077
41
		umask 077
47
	 	PEM1=`/bin/mktemp ${T}/openssl.XXXXXX`
42
	 	PEM1=`/bin/mktemp ${T}/openssl.XXXXXX`
48
		PEM2=`/bin/mktemp ${T}/openssl.XXXXXX`
43
		PEM2=`/bin/mktemp ${T}/openssl.XXXXXX`

Return to bug 34017