From dev-return-17457-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon Oct 30 06:35:39 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 46598 invoked from network); 30 Oct 2006 06:35:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2006 06:35:37 -0000 Received: (qmail 64520 invoked by uid 500); 30 Oct 2006 06:35:47 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 64489 invoked by uid 500); 30 Oct 2006 06:35:47 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 64478 invoked by uid 99); 30 Oct 2006 06:35:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Oct 2006 22:35:46 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of justin.erenkrantz@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Oct 2006 22:35:34 -0800 Received: by nf-out-0910.google.com with SMTP id p77so2166226nfc for ; Sun, 29 Oct 2006 22:35:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=UASJGxYQ1xO7NfqNykFRpyM22Lw9mHJPD/bIS/24SxEissF4H0juAEzeo03zf+9VRjnsiZxl18k61uxv88TQekKdiEBmUnhFZ7Q4dlPfEidaarl0EWyDZrppUc9aAcT6Hj7yxN0tQFIh4JyZRXxOH4b5qzNWoj2YUS1f8WFG7d0= Received: by 10.78.160.2 with SMTP id i2mr4330997hue; Sun, 29 Oct 2006 22:35:13 -0800 (PST) Received: by 10.78.81.4 with HTTP; Sun, 29 Oct 2006 22:35:12 -0800 (PST) Message-ID: <5c902b9e0610292235q2bfee23ar320b01e395509f5a@mail.gmail.com> Date: Sun, 29 Oct 2006 23:35:12 -0700 From: "Justin Erenkrantz" Sender: justin.erenkrantz@gmail.com To: "Davi Arnaut" Subject: Re: [patch] bogus libtool file in APRUTIL_EXPORT_LIBS Cc: dev@apr.apache.org In-Reply-To: <45436CE7.8070608@haxent.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45436CE7.8070608@haxent.com.br> X-Google-Sender-Auth: aeabb52046937cc1 X-Virus-Checked: Checked by ClamAV on apache.org On 10/28/06, Davi Arnaut wrote: > Add the expat libtool file to the LT_LDFLAGS variable to avoid placing a > libtool file path onto LDFLAGS (pkg-config --libs apr-util-1). AFAICT, we don't ever use LT_LDFLAGS with apr-util, so we won't use the .la file when linking. So, won't that break something? -- justin