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-27 22:42:56 +0100 |
commit | b3fc3748a0789463942e06cf5761af0c142eba72 (patch) | |
tree | 17bab9b6d9ccb19d9695e268c12ad62b14b34225 | |
parent | 608bf2228d2903e5be80f1281f0e8dcaf7716143 (diff) | |
download | poky-b3fc3748a0789463942e06cf5761af0c142eba72.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)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.8.13.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.8.13.bb b/meta/recipes-devtools/subversion/subversion_1.8.13.bb index 7ef7dfb52a..a98be67fe7 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 | |||
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 | ||