Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2000 14:22:09 +0000
From:      Bob Bishop <rb@gid.co.uk>
To:        Kris Kennaway <kris@hub.freebsd.org>
Cc:        John Hay <jhay@mikom.csir.co.za>, jkh@zippy.cdrom.com, current@FreeBSD.ORG
Subject:   Re: latest 4.0 snapshot breaks tcpdump
Message-ID:  <l03130307b4f2a9c62bca@[194.32.164.2]>
In-Reply-To: <Pine.BSF.4.21.0003130254380.95376-100000@hub.freebsd.org>
References:  <Pine.BSF.4.21.0003130250300.95376-100000@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?l03130307b4f2a9c62bca>