summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/apr/apr_1.4.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/apr/apr_1.4.6.bb')
-rw-r--r--meta/recipes-support/apr/apr_1.4.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr_1.4.6.bb b/meta/recipes-support/apr/apr_1.4.6.bb
index 77dffee12c..fb87d68c9f 100644
--- a/meta/recipes-support/apr/apr_1.4.6.bb
+++ b/meta/recipes-support/apr/apr_1.4.6.bb
@@ -23,6 +23,9 @@ inherit autotools lib_package binconfig multilib_header
23 23
24OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" 24OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'"
25 25
26# Added to fix some issues with cmake. Refer to https://github.com/bmwcarit/meta-ros/issues/68#issuecomment-19896928
27CACHED_CONFIGUREVARS += "apr_cv_mutex_recursive=yes"
28
26do_configure_prepend() { 29do_configure_prepend() {
27 cd ${S} 30 cd ${S}
28 ./buildconf 31 ./buildconf