Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] subversion: Fix subversion-native on Fedora22
@ 2015-06-26 22:40 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2015-06-26 22:40 UTC (permalink / raw)
  To: openembedded-core

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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta/recipes-devtools/subversion/subversion_1.8.13.bb b/meta/recipes-devtools/subversion/subversion_1.8.13.bb
index 7ef7dfb..a98be67 100644
--- a/meta/recipes-devtools/subversion/subversion_1.8.13.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.8.13.bb
@@ -32,6 +32,7 @@ inherit autotools
 
 export LDFLAGS += " -L${STAGING_LIBDIR} "
 CPPFLAGS += "-P"
+BUILD_CPPFLAGS += "-P"
 
 acpaths = "-I build/ -I build/ac-macros/"
 




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-26 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-26 22:40 [PATCH] subversion: Fix subversion-native on Fedora22 Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox