X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=httpd-2.0.48-debuglog.patch;h=06c55a165f6a23951dbda022438b5a847d3f8cd0;hp=46d33379c89172585259ecd90fc591c822cda193;hb=1129fb3c19c2f3be62c2cf69dd8410756676ce6f;hpb=af4f8313df3d4f53c3ae5294c8aa7f673b6b7268 diff --git a/httpd-2.0.48-debuglog.patch b/httpd-2.0.48-debuglog.patch index 46d3337..06c55a1 100644 --- a/httpd-2.0.48-debuglog.patch +++ b/httpd-2.0.48-debuglog.patch @@ -9,18 +9,18 @@ go upstream. Note this patch depends on the pie patch. ---- 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 @@ +--- httpd-2.0.48/include/http_log.h.debuglog ++++ httpd-2.0.48/include/http_log.h +@@ -280,7 +280,11 @@ * @see ap_log_rerror * @see ap_log_cserror */ +#ifdef AP_FNAME -+#define APLOG_MARK AP_FNAME,__LINE__,APLOG_MODULE_INDEX ++#define APLOG_MARK AP_FNAME,__LINE__,APLOG_MODULE_INDEX +#else #define APLOG_MARK __FILE__,__LINE__,APLOG_MODULE_INDEX +#endif -+ /** * Set up for logging to stderr. +