Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 71521 invoked from network); 9 Apr 2006 08:14:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Apr 2006 08:14:42 -0000 Received: (qmail 34408 invoked by uid 500); 9 Apr 2006 08:14:41 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 34069 invoked by uid 500); 9 Apr 2006 08:14:40 -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 34058 invoked by uid 99); 9 Apr 2006 08:14:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Apr 2006 01:14:40 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [207.155.248.4] (HELO repulse.cnchost.com) (207.155.248.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Apr 2006 01:14:39 -0700 Received: from [192.168.0.21] (c-24-15-193-17.hsd1.il.comcast.net [24.15.193.17]) by repulse.cnchost.com id EAA15963; Sun, 9 Apr 2006 04:14:15 -0400 (EDT) [ConcentricHost SMTP Relay 1.17] Errors-To: Message-ID: <4438C256.9030700@rowe-clan.net> Date: Sun, 09 Apr 2006 03:14:14 -0500 From: "William A. Rowe, Jr." User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Henry Jen CC: APR Development List Subject: Re: Makefile.in does not take external LIBS LDFLAGS References: <442DB9D9.3030107@ztune.net> In-Reply-To: <442DB9D9.3030107@ztune.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Henry Jen wrote: > > will not have the -R flag in the Makefile. Your patch is invalid because we need to proxy the whole accumulated LDFLAGS off to the client who's trying to compile against apr[-util]. Fixing Makefile isn't enough, LDFLAGS must be 'sticky' within the accumulated apr-1-config/apu-1-config syntax. Please revisit your patch and determine where your desired flags are being dumped by autoconf, and I'd be happy to commit a patch that ensures those user-given flags percolate into our APRUTIL_LDFLAGS throughout the configuration, as opposed to committing a bandaid. Yours, Bill