From dev-return-5017-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Tue Dec 04 10:48:16 2001 Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 24263 invoked by uid 500); 4 Dec 2001 10:48:15 -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 24246 invoked from network); 4 Dec 2001 10:48:15 -0000 Date: Tue, 4 Dec 2001 10:48:26 +0000 From: Joe Orton To: dev@apr.apache.org Subject: Re: [PATCH] apu-conf (fix for Berkeley DB) Message-ID: <20011204104826.A23053@light.plus.com> Mail-Followup-To: dev@apr.apache.org References: <1007418605.12730.61.camel@griffon.nasa.cnet.cnwk> <20011203230137.GC15672@ebuilt.com> <1007422965.13474.73.camel@griffon.nasa.cnet.cnwk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1007422965.13474.73.camel@griffon.nasa.cnet.cnwk>; from ianh@cnet.com on Mon, Dec 03, 2001 at 03:42:44PM -0800 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Mon, Dec 03, 2001 at 03:42:44PM -0800, Ian Holsman wrote: > > apparently Mandrake has it's own unique method of naming the db > files. > how about we add 2 new config options > --with-berkeley-db-include > --with-berkeley-db-lib > and let the user specify? Generally those types of option are redundant since the user can specify extra include/lib paths using env CPPFLAGS="-I/foo" LDFLAGS="-L/bar" ./configure joe