[PATCH] Compiling subversion trunk with httpd trunk code fails
From: vijay <vijay_at_collab.net>
Date: Tue, 01 Mar 2011 11:59:28 +0530
Hi,
I tried to compile subversion trunk with httpd trunk code. make fails
Then I got that there is a macro APLOG_MARK which expands differently in
From httpd-2.2.x,
#define APLOG_MARK __FILE__,__LINE__
From httpd-2.3-dev,
#define APLOG_MARK __FILE__,__LINE__,APLOG_MODULE_INDEX
The method
Attaching the patch that works for httpd-trunk as well as older versions.
Thanks & Regards,
|
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.