From owner-cvs-all Wed Sep 13 12:58:25 2000 Delivered-To: cvs-all@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 8BE6137B424; Wed, 13 Sep 2000 12:58:20 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.11.1.Beta0/8.11.1.Beta0) id e8DJwHF38152; Wed, 13 Sep 2000 12:58:17 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14783.56409.352035.774184@horsey.gshapiro.net> Date: Wed, 13 Sep 2000 12:58:17 -0700 (PDT) From: Gregory Neil Shapiro To: "Steven E. Ames" , "Peter Wemm" , , Subject: Re: cvs commit: src/usr.sbin/sendmail Makefile In-Reply-To: <14783.52634.965325.92315@horsey.gshapiro.net> References: <14783.46656.379284.570690@horsey.gshapiro.net> <200009131756.e8DHutG95016@netplex.com.au> <14783.50459.632660.903538@horsey.gshapiro.net> <03de01c01db2$8e7aa380$8a1a050a@winstar.com> <14783.52634.965325.92315@horsey.gshapiro.net> X-Mailer: VM 6.75 under 21.2 (beta35) "Nike" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve> Is SASL the only possible sendmail module that might be used? This way steve> is pretty SASL specific... gshapiro> No, there are others but each has to be specific. Each has their gshapiro> own -DXXX item to turn on the functionality and each may have gshapiro> it's own include files or library file(s). However, when it gshapiro> comes to the more esoteric modules, the user is probably better gshapiro> off downloading the open source and building by hand. Or perhaps what you were thinking about would be make.conf variables: SENDMAIL_CFLAGS= SENDMAIL_LDFLAGS= SENDMAIL_LDADD= Where .../sendmail/Makefile would have: CFLAGS+=${SENDMAIL_CFLAGS} LDFLAGS+=${SENDMAIL_LDFLAGS} LDADD+=${SENDMAIL_LDADD} Then users would: SENDMAIL_CFLAGS=-I/usr/local/include -DSASL SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message