On Wed, Oct 09, 2002 at 10:08:24AM -0700, Kris Kennaway wrote:
> On Wed, Oct 09, 2002 at 05:00:21PM +0100, Tony Finch wrote:
> 
> > +.if !defined(NO_OPENSSL)
> > +CFLAGS+=-DHAVE_OPENSSL
> > +LDADD+=    -lcrypto
> > +DPADD+=    ${LIBCRYPTO}
> > +.endif
> 
> You also need to check that the crypto sources are installed.

Would this be correct (based on stuff in src/etc)?

.if exists(${.CURDIR}/../../crypto) && !defined(NO_OPENSSL)

Tony.
-- 
f.a.n.finch <[EMAIL PROTECTED]> http://dotat.at/
FISHER: EASTERLY 5 OR 6. SHOWERS. GOOD.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to