Date: Sun, 27 Feb 2000 09:40:25 -0800 From: Bill Fenner <fenner@research.att.com> To: obrien@freebsd.org Cc: markm@freebsd.org, cvs@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/tcpdump print-esp.c Message-ID: <200002271740.JAA00685@windsor.research.att.com> References: <200002242215.OAA59283@freefall.freebsd.org> <20000227062447.A20940@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Wouldn't it be easier to just add the following to the Makefile?
# if not NO_CRYPTO
DPADD+= ${LIBCRYPTO} ${LIBRSAGLUE}
LDADD+= -lcrypto -lRSAglue
CFLAGS+= -I/usr/include/openssl -DCRYPTO -DHAVE_LIBCRYPTO
# endif
(This is closer to what the tcpdump configure script would do
if it found -lcrypto).
Bill
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002271740.JAA00685>
