Subject: lib/33448: libtelnet does not build with MKCRYPTO=no
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <mrg@eterna.com.au>
List: netbsd-bugs
Date: 05/10/2006 06:20:00
>Number:         33448
>Category:       lib
>Synopsis:       libtelnet does not build with MKCRYPTO=no
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lib-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 10 06:20:00 +0000 2006
>Originator:     matthew green
>Release:        NetBSD 3.99.17
>Organization:
people's front against (bozotic) www (softwar foundation)
>Environment:
>Description:

	apparently since the introduction of PAM, libtelnet no longer builds
	with MKCRYPTO=no as libtelnet/pk.c depends on crypto components.

>How-To-Repeat:

	% ./build.sh -m macppc -V MKCRYPTO=no build
        [ .. ]
	     create  libtelnet/pk.d
	/usr/src/lib/libtelnet/pk.c:51:17: des.h: No such file or directory
	/usr/src/lib/libtelnet/pk.c:52:24: openssl/bn.h: No such file or directory
	nbmkdep: compile failed.

>Fix: