diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-26 23:40:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-28 09:45:42 +0100 |
commit | f6430d42b4c8f5e480ea53a5e02a2c212c0f7559 (patch) | |
tree | 35d863b5b0d3ca65dc51acaea6d127543bf225c7 /meta | |
parent | b24aeb7b42b7d4edd693eaac139e742776a854dd (diff) | |
download | poky-f6430d42b4c8f5e480ea53a5e02a2c212c0f7559.tar.gz |
subversion: Fix subversion-native on Fedora22
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)
(From OE-Core rev: 7d445547df528aa9e5bfb85568a7270e27f633ef)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.8.11.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.8.11.bb b/meta/recipes-devtools/subversion/subversion_1.8.11.bb index d5295d836b..a5a5761013 100644 --- a/meta/recipes-devtools/subversion/subversion_1.8.11.bb +++ b/meta/recipes-devtools/subversion/subversion_1.8.11.bb | |||
@@ -32,6 +32,7 @@ inherit autotools | |||
32 | 32 | ||
33 | export LDFLAGS += " -L${STAGING_LIBDIR} " | 33 | export LDFLAGS += " -L${STAGING_LIBDIR} " |
34 | CPPFLAGS += "-P" | 34 | CPPFLAGS += "-P" |
35 | BUILD_CPPFLAGS += "-P" | ||
35 | 36 | ||
36 | acpaths = "-I build/ -I build/ac-macros/" | 37 | acpaths = "-I build/ -I build/ac-macros/" |
37 | 38 | ||