diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-04-17 14:12:33 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-04-17 14:12:33 +0000 |
commit | 84a6724c6da8b190ba1894f29ef8bf0e86f759b1 (patch) | |
tree | 6b7c2b3cb7e42f08cdd9a5d720ab4f271d0eaf2d /mail/qpopper | |
parent | e25f10c368aa020b2982083abdc0e710d9515f66 (diff) | |
download | FreeBSD-ports-84a6724c6da8b190ba1894f29ef8bf0e86f759b1.zip FreeBSD-ports-84a6724c6da8b190ba1894f29ef8bf0e86f759b1.tar.gz |
Fix build on a systems with crypto bits from the /usr/src.
PR: 26645
Submitted by: Mike Buchanon <buchanon@mlss15.cl.msu.edu>
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 2 | ||||
-rw-r--r-- | 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 |