X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=httpd-2.0.48-debuglog.patch;h=46d33379c89172585259ecd90fc591c822cda193;hp=6fac4e20f47abee3447efc02d9c3d80753347009;hb=1801affac7121bb9bb4859fc0d083a7353ea8589;hpb=03fa0e1eac0d3851c5ae1ab08a02cc3a5ee4eb69 diff --git a/httpd-2.0.48-debuglog.patch b/httpd-2.0.48-debuglog.patch index 6fac4e2..46d3337 100644 --- a/httpd-2.0.48-debuglog.patch +++ b/httpd-2.0.48-debuglog.patch @@ -9,17 +9,18 @@ go upstream. Note this patch depends on the pie patch. ---- httpd-2.0.48/include/http_log.h.debuglog -+++ httpd-2.0.48/include/http_log.h -@@ -130,7 +130,11 @@ - - extern int AP_DECLARE_DATA ap_default_loglevel; - +--- httpd-2.4.1/include/http_log.h.orig 2011-12-03 00:19:04.000000000 +0100 ++++ httpd-2.4.1/include/http_log.h 2012-02-22 00:19:37.989185555 +0100 +@@ -280,7 +280,12 @@ + * @see ap_log_rerror + * @see ap_log_cserror + */ +#ifdef AP_FNAME -+#define APLOG_MARK AP_FNAME,__LINE__ ++#define APLOG_MARK AP_FNAME,__LINE__,APLOG_MODULE_INDEX +#else - #define APLOG_MARK __FILE__,__LINE__ + #define APLOG_MARK __FILE__,__LINE__,APLOG_MODULE_INDEX +#endif ++ /** * Set up for logging to stderr.