]> code.ossystems Code Review - openembedded-core.git/commitdiff
subversion: Fix subversion-native on Fedora22
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Jun 2015 22:40:41 +0000 (23:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Jun 2015 08:45:37 +0000 (09:45 +0100)
Similarly to:
http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=9b19d6548a345009a6de79a6820c07a72054d961

we also need to fix the subversion-native case with gcc5 by using
the same fix to the BUILD_CPPFLAGS.

(From OE-Core rev: a5e7a1e597e7bbe3bbc547f43a89d00a8a9a9924)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/subversion/subversion_1.8.11.bb

index d5295d836be241e1189b5c2ce0f37d9c4ebaa69f..a5a5761013695c17d2760169e29d6e5ce9f357e8 100644 (file)
@@ -32,6 +32,7 @@ inherit autotools
 
 export LDFLAGS += " -L${STAGING_LIBDIR} "
 CPPFLAGS += "-P"
+BUILD_CPPFLAGS += "-P"
 
 acpaths = "-I build/ -I build/ac-macros/"