[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: CVS update: subversion/subversion/mod_dav_svn Makefile.am

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-12-19 22:46:46 CET

This could introduce skew between the APR used by Apache, and the APR used
by Subversion. The APACHE_INCLUDES should point at the APR used by Apache.
IOW, the correct fix is to tweak APACHE_INCLUDES rather than the makefile.

Cheers,
-g

On Tue, Dec 19, 2000 at 12:26:17PM -0000, daniel@tigris.org wrote:
> User: daniel
> Date: 00/12/19 04:26:17
>
> Modified: subversion/mod_dav_svn Makefile.am
> Log:
> Added -I../../apr/include to the INCLUDES since the apr include files have
> been moved from the apache include directory
>
> Revision Changes Path
> 1.9 +1 -1 subversion/subversion/mod_dav_svn/Makefile.am
>
> Index: Makefile.am
> ===================================================================
> RCS file: /cvs/subversion/subversion/mod_dav_svn/Makefile.am,v
> retrieving revision 1.8
> retrieving revision 1.9
> diff -u -r1.8 -r1.9
> --- Makefile.am 2000/11/07 06:32:46 1.8
> +++ Makefile.am 2000/12/19 12:26:17 1.9
> @@ -19,7 +19,7 @@
> ## we don't need the .so version stuff for an Apache module, so avoid them
> LDFLAGS = -avoid-version
>
> -INCLUDES = -I../include $(APACHE_INCLUDES)
> +INCLUDES = -I../include $(APACHE_INCLUDES) -I../../apr/include
>
> SUBDIRS = . tests
>
>
>
>

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:17 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.