You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Martin Kraemer <Ma...@mch.sni.de> on 1998/01/08 11:25:33 UTC

[PATCH]-1.2.6: passing escaped CC='$(CC)' (was: Re: STATUS: 1.2)

On Tue, Jan 06, 1998 at 02:58:43PM -0800, Dean Gaudet wrote:
> The main goal for 1.2.6 is to fix egregious bugs, such as protocol bugs,
> or DoS bugs.  Changes that have been tested in 1.3 already may be given
> consideration.  "Easy" portability fixes may be given consideration. 

The patch allows users to define the CC macro to more than one word, e.g.,
  CC= cc -D_POSIX_SOURCE
or some such in the Configuration file. Until now, this would break because
it was passed unescaped to the subdirs,  like: make CC=$(CC)

AFAIK, this has been fixed in 1.3 already.
    Martin
-- 
| S I E M E N S |  <Ma...@mch.sni.de>  |      Siemens Nixdorf
| ------------- |   Voice: +49-89-636-46021     |  Informationssysteme AG
| N I X D O R F |   FAX:   +49-89-636-44994     |   81730 Munich, Germany
~~~~~~~~~~~~~~~~My opinions only, of course; pgp key available on request

Re: [PATCH]-1.2.6: passing escaped CC='$(CC)' (was: Re: STATUS: 1.2)

Posted by Martin Kraemer <Ma...@mch.sni.de>.
On Thu, Jan 08, 1998 at 08:09:57AM -0500, Jim Jagielski wrote:
> Hrmm
> 
> 0

Thank you; that's quite cooperative. I would have hated to continue
fighting over this. I can see you point, of course. Still I think we
impose less restrictions on  the user this way.

   Martin
-- 
| S I E M E N S |  <Ma...@mch.sni.de>  |      Siemens Nixdorf
| ------------- |   Voice: +49-89-636-46021     |  Informationssysteme AG
| N I X D O R F |   FAX:   +49-89-636-44994     |   81730 Munich, Germany
~~~~~~~~~~~~~~~~My opinions only, of course; pgp key available on request