diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/apr/apr_1.5.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr_1.5.1.bb b/meta/recipes-support/apr/apr_1.5.1.bb index 49a08b0261..a27b2338d1 100644 --- a/meta/recipes-support/apr/apr_1.5.1.bb +++ b/meta/recipes-support/apr/apr_1.5.1.bb | |||
@@ -32,6 +32,11 @@ CACHED_CONFIGUREVARS += "apr_cv_mutex_recursive=yes" | |||
32 | CACHED_CONFIGUREVARS += "ac_cv_header_netinet_sctp_h=no ac_cv_header_netinet_sctp_uio_h=no" | 32 | CACHED_CONFIGUREVARS += "ac_cv_header_netinet_sctp_h=no ac_cv_header_netinet_sctp_uio_h=no" |
33 | 33 | ||
34 | do_configure_prepend() { | 34 | do_configure_prepend() { |
35 | # Avoid absolute paths for grep since it causes failures | ||
36 | # when using sstate between different hosts with different | ||
37 | # install paths for grep. | ||
38 | export GREP="grep" | ||
39 | |||
35 | cd ${S} | 40 | cd ${S} |
36 | ./buildconf | 41 | ./buildconf |
37 | } | 42 | } |