Bug 22023

Summary: Sendmail does not compile hosts_ctl failure
Product: Base System Reporter: deuerl <deuerl>
Component: binAssignee: Gregory Neil Shapiro <gshapiro>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1.1-STABLE   
Hardware: Any   
OS: Any   

Description deuerl 2000-10-16 14:10:01 UTC
	
	sendmail does not compile due to hosts_ctl problem (libwrap)

Fix: 

change Makefile:
	
	LDADD+= ${LIBSMUTIL}

	.if exists(${.OBJDIR}/../../lib/libsmutil)
	LIBSMUTILDIR:=  ${.OBJDIR}/../../lib/libsmutil
	.else
	LIBSMUTILDIR!=  cd ${.CURDIR}/../../lib/libsmutil; make -V .OBJDIR
	.endif
	LIBSMUTIL:=     ${LIBSMUTILDIR}/libsmutil.a

	DPADD= ${LIBSMUTIL}
	LDADD= ${LIBSMUTIL}

	TO:
	DPADD+= ${LIBSMUTIL}
	LDADD+= ${LIBSMUTIL}
How-To-Repeat: 
	
	make world or just compile sendmail
Comment 1 Chris D.Faulhaber freebsd_committer freebsd_triage 2000-10-16 14:14:32 UTC
Responsible Changed
From-To: gnats-admin->gshapiro

Over to maintainer
Comment 2 Gregory Neil Shapiro freebsd_committer freebsd_triage 2000-10-16 17:07:13 UTC
State Changed
From-To: open->closed

Fixed on Wed Oct 11 12:41:28 2000 UTC, Revision 1.15.2.4