summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/apr/apr_1.5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/apr/apr_1.5.2.bb')
-rw-r--r--meta/recipes-support/apr/apr_1.5.2.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr_1.5.2.bb b/meta/recipes-support/apr/apr_1.5.2.bb
index e12a17625f..1c61e84e53 100644
--- a/meta/recipes-support/apr/apr_1.5.2.bb
+++ b/meta/recipes-support/apr/apr_1.5.2.bb
@@ -32,6 +32,11 @@ CACHED_CONFIGUREVARS += "apr_cv_mutex_recursive=yes"
32# 32#
33CACHED_CONFIGUREVARS += "ac_cv_header_netinet_sctp_h=no ac_cv_header_netinet_sctp_uio_h=no" 33CACHED_CONFIGUREVARS += "ac_cv_header_netinet_sctp_h=no ac_cv_header_netinet_sctp_uio_h=no"
34 34
35# Otherwise libtool fails to compile apr-utils
36# x86_64-linux-libtool: compile: unable to infer tagged configuration
37# x86_64-linux-libtool: error: specify a tag with '--tag'
38CCACHE = ""
39
35do_configure_prepend() { 40do_configure_prepend() {
36 # Avoid absolute paths for grep since it causes failures 41 # Avoid absolute paths for grep since it causes failures
37 # when using sstate between different hosts with different 42 # when using sstate between different hosts with different