Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2000 19:14:48 +0900
From:      Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
To:        tanis@gaspode.franken.de
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: make release failure
Message-ID:  <20000129191448K.shin@nd.net.fujitsu.co.jp>
In-Reply-To: <20000129181128K.shin@nd.net.fujitsu.co.jp>
References:  <20000129090405.A45799@gaspode.franken.de> <20000129181128K.shin@nd.net.fujitsu.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
> Sorry for the problem. Could you try with this patch for now?

Last patch was bad. Please try this one instead.

Yoshinobu Inoue

--- usr.bin/telnet/Makefile.orig       Thu Jan 27 15:04:00 2000
+++ usr.bin/telnet/Makefile    Sun Jan 30 04:28:44 2000
@@ -40,12 +40,12 @@
 CFLAGS+=-DENV_HACK
 CFLAGS+=-DSKEY
 CFLAGS+=-I${.CURDIR}/../../lib
-CFLAGS+=-DIPSEC -DINET6
+CFLAGS+=-DINET6

 #CFLAGS+= -DKRB4

-DPADD= ${LIBTERMCAP} ${LIBTELNET} ${LIBIPSEC}
-LDADD= -ltermcap -ltelnet -lipsec
+DPADD= ${LIBTERMCAP} ${LIBTELNET}
+LDADD= -ltermcap -ltelnet
 #DPADD+=	${LIBKRB} ${LIBDES}
 #LDADD+=	-lkrb -ldes

@@ -57,7 +57,14 @@
 CRYPT_SRC+= ring.c ring.h telnet.c terminal.c utilities.c Makefile
 NOCRYPT_DIR=${.CURDIR}/Nocrypt

+.if !defined(RELEASE_CRUNCH)
+CFLAGS+=-DIPSEC
+DPADD+= ${LIBIPSEC}
+LDADD+= -lipsec
+.endif
+
 .include <bsd.prog.mk>

 nocrypt:
	@echo "Encryption code already removed."
+





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?20000129191448K.shin>