diff options
Diffstat (limited to 'mail/fetchmail/Makefile')
| -rw-r--r-- | mail/fetchmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 64d6c14e1ce8..7f77ddcce5b5 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -43,6 +43,7 @@ CONFIGURE_ARGS+=--enable-inet6 CONFIGURE_ARGS+=--with-ssl=/usr .elif exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a) CONFIGURE_ARGS+=-with-includes=${LOCALBASE}/include/openssl --with-ssl=${LOCALBASE} +CONFIGURE_ENV+= RSAGLUE=-lRSAglue .endif .if exists(/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) |
