diff options
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.8.11.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.8.11.bb b/meta/recipes-devtools/subversion/subversion_1.8.11.bb index 8e4cd9df08..d5295d836b 100644 --- a/meta/recipes-devtools/subversion/subversion_1.8.11.bb +++ b/meta/recipes-devtools/subversion/subversion_1.8.11.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "http://subversion.tigris.org" | |||
7 | 7 | ||
8 | BBCLASSEXTEND = "native" | 8 | BBCLASSEXTEND = "native" |
9 | 9 | ||
10 | inherit gettext | 10 | inherit gettext pythonnative |
11 | 11 | ||
12 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | 12 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ |
13 | file://libtool2.patch \ | 13 | file://libtool2.patch \ |
@@ -31,6 +31,7 @@ EXTRA_OECONF = " \ | |||
31 | inherit autotools | 31 | inherit autotools |
32 | 32 | ||
33 | export LDFLAGS += " -L${STAGING_LIBDIR} " | 33 | export LDFLAGS += " -L${STAGING_LIBDIR} " |
34 | CPPFLAGS += "-P" | ||
34 | 35 | ||
35 | acpaths = "-I build/ -I build/ac-macros/" | 36 | acpaths = "-I build/ -I build/ac-macros/" |
36 | 37 | ||