]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added comment.
authorGuenter Knauf <fuankg@apache.org>
Wed, 29 Sep 2010 02:16:10 +0000 (02:16 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 29 Sep 2010 02:16:10 +0000 (02:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1002449 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3f81d0ffe95f55d8b1f43ae0c10b399c47fef19c..a7b45edd0c176ff3dfb090a89861b4d6adf540c5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -172,6 +172,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     +1: fuankg, trawick
     rjung: Why are the defines for the apr_is* needed? Shouldn't they be
            foudn in apr_lib.h?
+    fuankg: no - thats exactly the root cause why this patch is needed:
+           at the time when gen_test_char is going to be build the headers
+           are prepared for the target platform (NetWare) while I want to 
+           build gen_test_char to run natively on build platform (Win32),
+           hence its impossible at this time to include any APR headers.
 
   * pcre: update config.guess and config.sub for better platform support.
     Trunk version of patch: