You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/02/02 22:33:03 UTC

cvs commit: httpd-2.0/support config.m4

trawick     02/02/02 13:33:03

  Modified:    support  config.m4
  Log:
  finish implementing --enable-static-checkgid
  
  Revision  Changes    Path
  1.3       +7 -0      httpd-2.0/support/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/config.m4,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- config.m4	30 Sep 2001 07:57:15 -0000	1.2
  +++ config.m4	2 Feb 2002 21:33:03 -0000	1.3
  @@ -43,3 +43,10 @@
   fi
   ])
   APACHE_SUBST(ab_LTFLAGS)
  +
  +AC_ARG_ENABLE(static-checkgid,APACHE_HELP_STRING(--enable-static-checkgid,Build a statically linked version of checkgid),[
  +if test "$enableval" = "yes" ; then
  +  checkgid_LTFLAGS="-static"
  +fi
  +])
  +APACHE_SUBST(checkgid_LTFLAGS)
  
  
  

Re: cvs commit: httpd-2.0/support config.m4

Posted by Jeff Trawick <tr...@attglobal.net>.
Aaron Bannert <aa...@clove.org> writes:

> I have this and the same thing for htdbm in my tree, but I'm 
> holding off committing since I was going to replace the whole
> thing with a --enable-static-support-binaries (or some better name
> if I can think of it).

I figured as much, but I went ahead anyway since checkgid was half-way
there and I could use it in the meantime.

I'm glad to hear that all the support binaries would be controlled
with one switch that wouldn't affect httpd.  I'm not sure what the
right answer is for httpd (whether it is good to suck in the support
libraries).

> I'm also planning on changing the binbuild script to call out
> this parameter.

you bet...

-- 
Jeff Trawick | trawick@attglobal.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Re: cvs commit: httpd-2.0/support config.m4

Posted by Aaron Bannert <aa...@clove.org>.
I have this and the same thing for htdbm in my tree, but I'm 
holding off committing since I was going to replace the whole
thing with a --enable-static-support-binaries (or some better name
if I can think of it).

I'm also planning on changing the binbuild script to call out
this parameter.

-aaron


On Sat, Feb 02, 2002 at 09:33:03PM -0000, trawick@apache.org wrote:
> trawick     02/02/02 13:33:03
> 
>   Modified:    support  config.m4
>   Log:
>   finish implementing --enable-static-checkgid
>   
>   Revision  Changes    Path
>   1.3       +7 -0      httpd-2.0/support/config.m4
>   
>   Index: config.m4
>   ===================================================================
>   RCS file: /home/cvs/httpd-2.0/support/config.m4,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- config.m4	30 Sep 2001 07:57:15 -0000	1.2
>   +++ config.m4	2 Feb 2002 21:33:03 -0000	1.3
>   @@ -43,3 +43,10 @@
>    fi
>    ])
>    APACHE_SUBST(ab_LTFLAGS)
>   +
>   +AC_ARG_ENABLE(static-checkgid,APACHE_HELP_STRING(--enable-static-checkgid,Build a statically linked version of checkgid),[
>   +if test "$enableval" = "yes" ; then
>   +  checkgid_LTFLAGS="-static"
>   +fi
>   +])
>   +APACHE_SUBST(checkgid_LTFLAGS)
>   
>   
>