From: Guenter Knauf Date: Sat, 21 Apr 2012 18:08:41 +0000 (+0000) Subject: Propose cross-compile fix. X-Git-Tag: 2.2.23~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df33de5d265150451f99cfc24bf275154f20ba23;p=thirdparty%2Fapache%2Fhttpd.git Propose cross-compile fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1328719 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 37e7c220eaf..8c12bc2e818 100644 --- a/STATUS +++ b/STATUS @@ -194,6 +194,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~rpluem/patches/forcerecovery_2.2.diff +1: rpluem, + * 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. + Since PCRE is included with 2.2.x this patch also takes care for dftables. + Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1327907 + http://svn.apache.org/viewvc?view=revision&revision=1328390 + http://svn.apache.org/viewvc?view=revision&revision=1328714 + 2.4 patch: http://people.apache.org/~fuankg/diffs/httpd-2.4.x-cross_compile.diff + 2.2 patch: http://people.apache.org/~fuankg/diffs/httpd-2.2.x-cross_compile.diff + +1: fuankg + PATCHES/ISSUES THAT ARE STALLED