From owner-freebsd-stable Tue May 7 7: 0:47 2002 Delivered-To: freebsd-stable@freebsd.org Received: from obsidian.sentex.ca (obsidian.sentex.ca [64.7.128.101]) by hub.freebsd.org (Postfix) with ESMTP id AD96137B409 for ; Tue, 7 May 2002 07:00:39 -0700 (PDT) Received: from testbackup.sentex.net (pyroxene.sentex.ca [199.212.134.18]) by obsidian.sentex.ca (8.12.2/8.12.2) with ESMTP id g47E2COV076289 for ; Tue, 7 May 2002 10:02:12 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.1.0.14.0.20020507095214.04a593b0@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 07 May 2002 10:02:43 -0400 To: stable@freebsd.org From: Mike Tancsa Subject: overriding NETINET6 builds for sendmail Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (obsidian/20020220) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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