Author: fuankg
Date: Sat Apr 21 18:14:57 2012
New Revision: 1328720
URL: http://svn.apache.org/viewvc?rev=1328720&view=rev
Log:
Added entry for cross-compile fix.
Modified:
httpd/httpd/trunk/CHANGES
Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1328720&r1=1328719&r2=1328720&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sat Apr 21 18:14:57 2012
@@ -1,6 +1,11 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
+ be compiled by the build compiler instead of the host compiler.
+ Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
+ PR 51257. [Guenter Knauf]
+
*) mod_ssl: Send the error message for speaking http to an https port using
HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when
using SNI. PR 50823. [Stefan Fritsch]
|