]> code.ossystems Code Review - openembedded-core.git/commit
subversion: Add -P to CPPFLAGS
authorKhem Raj <raj.khem@gmail.com>
Fri, 24 Apr 2015 03:35:25 +0000 (20:35 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Apr 2015 13:57:44 +0000 (14:57 +0100)
commit7793b1c425077ed6ed11a9bc2a8b1b96612b1c96
tree556da51443d70a93d9156665150658d700271e81
parent2e9a4198fc9a9fcc78eddb6cd5c2ad51a2e8d3e7
subversion: Add -P to CPPFLAGS

see https://gcc.gnu.org/gcc-5/porting_to.html

we need to stop the preprocessor from generating the #line directives
or we run into issues like

| checking for apr_int64_t Python/C API format string...
| configure: error: failed to recognize APR_INT64_T_FMT on this platform
| Configure failed. The contents of all config.log files follows to aid
debugging
| ERROR: oe_runconf failed

Rightly subversion should be fixed but lets leave that to subversion
folks

Change-Id: I02a89798ff949f79967ab0a73adcddaa4218662d
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/subversion/subversion_1.8.11.bb