From owner-freebsd-current@FreeBSD.ORG Fri Nov 25 17:10:10 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9116C16A41F for ; Fri, 25 Nov 2005 17:10:10 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F1F43D55 for ; Fri, 25 Nov 2005 17:10:09 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1647437wxc for ; Fri, 25 Nov 2005 09:10:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=h0PVbg8d1sXQv+ZoR26pTRcqDY0YWpIZ1Op9UXmgsO8N49UIOkFSYnedRT/64UKTbSoLcUJt2LXdE3A5uWOVP9+fO0cDi8fJk5PkCCFxQeb6tijTWZ/sKAseme5Cca92/AocziPHQSz2B5E4CF8YVB7roSuJbHSFYY85PmKvOIo= Received: by 10.70.54.9 with SMTP id c9mr7755534wxa; Fri, 25 Nov 2005 09:03:43 -0800 (PST) Received: by 10.70.31.5 with HTTP; Fri, 25 Nov 2005 09:03:42 -0800 (PST) Message-ID: <790a9fff0511250903q931b66cte7a3e6555dc38f83@mail.gmail.com> Date: Fri, 25 Nov 2005 11:03:42 -0600 From: Scot Hetzel To: "Wojciech A. Koszek" In-Reply-To: <20051121162544.GB94958@freebsd.czest.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051121162544.GB94958@freebsd.czest.pl> Cc: freebsd-current@freebsd.org Subject: Re: Linking basesystem with additional libraries. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2005 17:10:10 -0000 On 11/21/05, Wojciech A. Koszek wrote: > Hello, > > Is there any reason why we couldn't have LDADD honored in "buildworld" > process? If there are no negative implications, I volunteer to do the > work. I'd find it really useful. > What do you want to link the base system with? Currently, the base sendmail can be linked with the security/cyrus-sasl* ports by setting: #=09SENDMAIL_CFLAGS=3D-I/usr/local/include -DSASL2 #=09SENDMAIL_LDFLAGS=3D-L/usr/local/lib #=09SENDMAIL_LDADD=3D-lsasl2 in /etc/make.conf. You could possibly link sendmail with one of the openldap ports also. Haven't tried it myself yet. Note: This may cause a busted sendmail, especially during a major version upgrade. A rebuild of the security/cyrus-sasl* port, and sendmail will fix it. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.