Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 23556 invoked by uid 6000); 29 May 1998 06:36:21 -0000 Received: (qmail 23547 invoked from network); 29 May 1998 06:36:20 -0000 Received: from valis.worldgate.com (marcs@198.161.84.2) by taz.hyperreal.org with SMTP; 29 May 1998 06:36:20 -0000 Received: from localhost (marcs@localhost) by valis.worldgate.com (8.8.7/8.8.7) with SMTP id AAA08966 for ; Fri, 29 May 1998 00:36:18 -0600 (MDT) Date: Fri, 29 May 1998 00:36:18 -0600 (MDT) From: Marc Slemko To: new-httpd@apache.org Subject: Re: how to add extra dependencies In-Reply-To: <19980529082157.A1876@engelschall.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org On Fri, 29 May 1998, Ralf S. Engelschall wrote: > > In article you wrote: > > > I am linking httpd against a whack of other libraries that change often. > > Without changing anything other than Configuration, is there any way for > > me to add the dependencies of these libraries to the Apache Makefile? > > > If a $(EXTRADEPS) or something was added to the httpd dependency line in > > Makefile.tmpl I could do it. > > > If there was a way around Configure insisting on having an = or a Module > > ... in each line I could do it. > > > I can't figure out any way in the current source tree. Suggestions, or > > will I have to add the above suggestion to the httpd dependency line? > > I think the EXTRADEPS is the best solution. Because I think this is a good > idea (which I wanted some time ago, too) I propose the attached patch. > This way one can say Looks fine to me. The other thing that I need is the ability to use a different compiler for linking and compiling; eg. a LCC that defaults to being the same as CC but can be explicitly set. In my case, this is needed to link in a whack of C++ libraries.