You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Brian Behlendorf <br...@organic.com> on 1996/10/09 21:16:24 UTC

Re: cvs commit: apache/src/modules/proxy Makefile

Shouldn't this only be on if we WANTHSREGEX is defined?  Could there be
problems if someone was switching between WANTHSREGEX being yes and no for
testing purposes?  If not, just ignore me. :)

On Wed, 9 Oct 1996, Chuck Murcko wrote:
> chuck       96/10/09 10:18:29
> 
>   Modified:    src/modules/proxy  Makefile
>   Log:
>   Add -I reference to the regex lib directory, required when building with
>   our (Henry's) regex library.
>   
>   Revision  Changes    Path
>   1.6       +2 -2      apache/src/modules/proxy/Makefile
>   
>   Index: Makefile
>   ===================================================================
>   RCS file: /export/home/cvs/apache/src/modules/proxy/Makefile,v
>   retrieving revision 1.5
>   retrieving revision 1.6
>   diff -C3 -r1.5 -r1.6
>   *** Makefile	1996/10/09 14:52:54	1.5
>   --- Makefile	1996/10/09 17:18:28	1.6
>   ***************
>   *** 50,56 ****
>     # 
>     # Makefile for the Apache proxy library
>     # 
>   ! # $Id: Makefile,v 1.5 1996/10/09 14:52:54 chuck Exp $
>     #
>     
>     SHELL = /bin/sh
>   --- 50,56 ----
>     # 
>     # Makefile for the Apache proxy library
>     # 
>   ! # $Id: Makefile,v 1.6 1996/10/09 17:18:28 chuck Exp $
>     #
>     
>     SHELL = /bin/sh
>   ***************
>   *** 60,66 ****
>     LIB=libproxy.a
>     
>     # AUX_CFLAGS comes from higher level Makefile
>   ! CFLAGS=-I. -I$(INCDIR) $(AUX_CFLAGS)
>     
>     # Internal stuff, should not need changing.
>     PROXYSRC=mod_proxy.c proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c \
>   --- 60,66 ----
>     LIB=libproxy.a
>     
>     # AUX_CFLAGS comes from higher level Makefile
>   ! CFLAGS=-I. -I$(INCDIR) -I$(INCDIR)/regex $(AUX_CFLAGS)
>     
>     # Internal stuff, should not need changing.
>     PROXYSRC=mod_proxy.c proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c \
>   
>   
>   
> 
> 

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com  www.apache.org  hyperreal.com  http://www.organic.com/JOBS