Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 66346 invoked from network); 14 Jan 2005 17:27:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Jan 2005 17:27:29 -0000 Received: (qmail 12866 invoked by uid 500); 14 Jan 2005 17:27:26 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 12825 invoked by uid 500); 14 Jan 2005 17:27:26 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 12811 invoked by uid 99); 14 Jan 2005 17:27:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from scotch.ics.uci.edu (HELO scotch.ics.uci.edu) (128.195.24.168) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 14 Jan 2005 09:27:26 -0800 Received: from scotch.ics.uci.edu (localhost [127.0.0.1]) by scotch.ics.uci.edu (8.12.11/8.12.11) with ESMTP id j0EHR9SF029550 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 14 Jan 2005 09:27:09 -0800 (PST) Received: (from jerenk@localhost) by scotch.ics.uci.edu (8.12.6/8.12.6/Submit) id j0EHR8qf029549 for dev@apr.apache.org; Fri, 14 Jan 2005 09:27:08 -0800 (PST) X-Authentication-Warning: scotch.ics.uci.edu: jerenk set sender to justin@erenkrantz.com using -f Date: Fri, 14 Jan 2005 09:27:08 -0800 From: Justin Erenkrantz To: dev@apr.apache.org Subject: Re: svn commit: r111346 - /apr/apr/trunk/CHANGES /apr/apr/trunk/apr-config.in Message-ID: <20050114172708.GI12871@scotch.ics.uci.edu> Mail-Followup-To: Justin Erenkrantz , dev@apr.apache.org References: <20041209042249.36300.qmail@minotaur.apache.org> <20041209092211.GA20614@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041209092211.GA20614@redhat.com> User-Agent: Mutt/1.5.6i X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.0-r105955 X-Spam-Checker-Version: SpamAssassin 3.1.0-r105955 (2004-11-20) on scotch.ics.uci.edu X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thu, Dec 09, 2004 at 09:22:11AM +0000, Joe Orton wrote: > On Thu, Dec 09, 2004 at 04:22:49AM -0000, Justin Erenkrantz wrote: > > Author: jerenkrantz > > Date: Wed Dec 8 20:22:47 2004 > > New Revision: 111346 > > > > URL: http://svn.apache.org/viewcvs?view=rev&rev=111346 > > Log: > > Emit the run-time link path option in apr-config after installation if the user > > is linking with libtool. > > Why this change? libtool will already automatically add an RPATH to the > application linking libapr, iff necessary; that is, only when libapr is > not installed in the system library path e.g. /usr/lib or /lib. But now > applications will pick up RPATHs even for system library paths which is > bad. Please look again: this is for when --link-libtool is passed, but the .la file is not present. libtool 1.5.10 does not add the RPATH in this case. Hence, linking was busted on FreeBSD without it. -- justin