diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-17 14:12:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-17 14:12:33 +0000 |
commit | 202b5ccddb900f6c85ce963244cb423543167b32 (patch) | |
tree | 2fac11de0688e5235ce26c2b8fcae0887a88fb46 /mail/qpopper | |
parent | 85c36c95da67bbe0561e69bfa236924683b30d78 (diff) | |
download | ports-202b5ccddb900f6c85ce963244cb423543167b32.tar.gz ports-202b5ccddb900f6c85ce963244cb423543167b32.zip |
Fix build on a systems with crypto bits from the /usr/src.
PR: 26645
Submitted by: Mike Buchanon <buchanon@mlss15.cl.msu.edu>
Notes
Notes:
svn path=/head/; revision=41563
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 3f16534c5fcf..ea9fd59e8dce 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 540bfb8d34a1..a3edcefcaf64 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 |