From owner-freebsd-current Mon Mar 13 6:36:46 2000 Delivered-To: freebsd-current@freebsd.org Received: from isbalham.ist.co.uk (isbalham.ist.co.uk [192.31.26.1]) by hub.freebsd.org (Postfix) with ESMTP id 082F537B5EC; Mon, 13 Mar 2000 06:36:39 -0800 (PST) (envelope-from rb@gid.co.uk) Received: (from uucp@localhost) by isbalham.ist.co.uk (8.9.2/8.8.7) with UUCP id OAA86169; Mon, 13 Mar 2000 14:36:30 GMT (envelope-from rb@gid.co.uk) Received: from [194.32.164.2] (eccles [194.32.164.2]) by seagoon.gid.co.uk (8.9.3/8.9.3) with ESMTP id OAA00700; Mon, 13 Mar 2000 14:22:09 GMT (envelope-from rb@gid.co.uk) X-Sender: rb@194.32.164.1 Message-Id: In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 13 Mar 2000 14:22:09 +0000 To: Kris Kennaway From: Bob Bishop Subject: Re: latest 4.0 snapshot breaks tcpdump Cc: John Hay , jkh@zippy.cdrom.com, current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 02:56 -0800 13/3/00, Kris Kennaway wrote: >Looks like it needs the following patch: > >Index: usr.sbin/tcpdump//tcpdump/Makefile >=================================================================== >RCS file: /home/ncvs/src/usr.sbin/tcpdump/tcpdump/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- usr.sbin/tcpdump//tcpdump/Makefile 2000/03/02 13:27:25 1.25 >+++ usr.sbin/tcpdump//tcpdump/Makefile 2000/03/13 10:54:05 >@@ -21,7 +21,7 @@ > CLEANFILES+= version.c > DPADD+= ${LIBL} ${LIBPCAP} > LDADD+= -ll -lpcap >-.if exists(../../../crypto) && !defined(NOSECURE) && !defined(NO_OPENSSL) >+.if exists(../../../crypto) && !defined(NOCRYPT) && !defined(NOSECURE) && >!defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH) > DPADD+= ${LIBCRYPTO} > LDADD+= -lcrypto > CFLAGS+= -I${DESTDIR}/usr/include/openssl -DCRYPTO -DHAVE_LIBCRYPTO >-DHAVE_RC5_H -DHAVE_CAST_H This fixes the problem I had building with -DNOCRYPT. -- Bob Bishop (0118) 977 4017 international code +44 118 rb@gid.co.uk fax (0118) 989 4254 between 0800 and 1800 UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message