Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 May 2002 10:02:43 -0400
From:      Mike Tancsa <mike@sentex.net>
To:        stable@freebsd.org
Subject:   overriding NETINET6 builds for sendmail
Message-ID:  <5.1.0.14.0.20020507095214.04a593b0@marble.sentex.ca>

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

Is there a way to modify the sendmail build process via /etc/make.conf so 
that -DNETINET6  is always removed ?

i.e.
CFLAGS+= ${DBMDEF} ${NIS} -DMILTER -DNETINET6 -DTCPWRAPPERS ${MAPS}
is
CFLAGS+= ${DBMDEF} ${NIS} -DMILTER -DTCPWRAPPERS ${MAPS}

Other than getting all the broken resolver sites in the world to fix the 
problem, this seems to be my only effective recourse.

I can manually remove it from the 3 Makefiles, but was hoping there was an 
easier way to manage this via /etc/make.conf ?

	---Mike
--------------------------------------------------------------------
Mike Tancsa,                          	          tel +1 519 651 3400
Sentex Communications,     			  mike@sentex.net
Providing Internet since 1994                    www.sentex.net
Cambridge, Ontario Canada			  www.sentex.net/mike


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




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