From 84a6724c6da8b190ba1894f29ef8bf0e86f759b1 Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 17 Apr 2001 14:12:33 +0000 Subject: Fix build on a systems with crypto bits from the /usr/src. PR: 26645 Submitted by: Mike Buchanon --- mail/qpopper/Makefile | 2 +- mail/qpopper/files/patch-configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 3f16534..ea9fd59 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --with-openssl=/usr .elif exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a) LIB_DEPENDS+= ssl.1:${PORTSDIR}/security/openssl CONFIGURE_ARGS+= -with-includes=${LOCALBASE}/include/openssl --with-openssl=${LOCALBASE} -CONFIGURE_ENV+= RSAGLUE=-lRSAglue +CONFIGURE_ENV+= RSAGLUE="-lrsaref -lRSAglue" .endif post-patch: diff --git a/mail/qpopper/files/patch-configure b/mail/qpopper/files/patch-configure index 540bfb8..a3edcef 100644 --- a/mail/qpopper/files/patch-configure +++ b/mail/qpopper/files/patch-configure @@ -8,7 +8,7 @@ $FreeBSD$ SSL_DIR_INC="-I${openssl}/include" - SSL_LIBS="-L${openssl}/lib -lssl -lcrypto" -+ SSL_LIBS="-L${openssl}/lib -lrsaref -lssl -lcrypto ${RSAGLUE}" ++ SSL_LIBS="-L${openssl}/lib -lssl -lcrypto ${RSAGLUE}" fi -- cgit v1.1