Bug 20511

Summary: nslookup fails to build with NO_BIND set
Product: Base System Reporter: Sean Farley <sean-freebsd>
Component: binAssignee: Sheldon Hearn <sheldonh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.5-STABLE   
Hardware: Any   
OS: Any   

Description Sean Farley 2000-08-09 22:30:00 UTC
	make buildworld with NO_BIND set in make.conf will result in
	an error.  nslookup should not be built when NO_BIND is set
	since the bind library is also not being built.

Fix: 

Remove nslookup from SUBDIR variable in src/usr.sbin/Makefile.
	This will stop it from being built unless NO_BIND is not defined.
How-To-Repeat: 
	Set NO_BIND to true in make.conf and make buildworld.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-10 11:17:24 UTC
State Changed
From-To: open->feedback

I don't agree that nslookup should not be built.  What's 
the error?
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-10 12:33:00 UTC
State Changed
From-To: feedback->open

As David points out, nslookup is linked against libbind.  This'll 
go in once a ``make world'' proves it. :-) 


Comment 3 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-10 12:33:00 UTC
Responsible Changed
From-To: freebsd-bugs->sheldonh

I'll make the incredibly difficult change that will make 
good use of my incredible list of academic achievements. ;-)
Comment 4 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-10 12:55:12 UTC
State Changed
From-To: open->closed

Fixed in rev 1.147.2.12 of src/usr.sbin/Makefile.