|
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` |