Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2000 16:23:50 -0500 (CDT)
From:      sean-freebsd@farley.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/20511: nslookup fails to build with NO_BIND set
Message-ID:  <200008092123.QAA12564@thor.farley.org>

next in thread | raw e-mail | index | archive | help

>Number:         20511
>Category:       bin
>Synopsis:       nslookup fails to build with NO_BIND set
>Confidential:   yes
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 09 14:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Sean C. Farley
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
>Environment:

>Description:

	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.

>How-To-Repeat:

	Set NO_BIND to true in make.conf and make buildworld.

>Fix:
	
	Remove nslookup from SUBDIR variable in src/usr.sbin/Makefile.
	This will stop it from being built unless NO_BIND is not defined.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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