diff options
| -rw-r--r-- | meta/recipes-support/apr/apr_1.4.8.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr_1.4.8.bb b/meta/recipes-support/apr/apr_1.4.8.bb index 7a130d1bdc..0a77ad786a 100644 --- a/meta/recipes-support/apr/apr_1.4.8.bb +++ b/meta/recipes-support/apr/apr_1.4.8.bb | |||
| @@ -26,6 +26,10 @@ OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" | |||
| 26 | # Added to fix some issues with cmake. Refer to https://github.com/bmwcarit/meta-ros/issues/68#issuecomment-19896928 | 26 | # Added to fix some issues with cmake. Refer to https://github.com/bmwcarit/meta-ros/issues/68#issuecomment-19896928 |
| 27 | CACHED_CONFIGUREVARS += "apr_cv_mutex_recursive=yes" | 27 | CACHED_CONFIGUREVARS += "apr_cv_mutex_recursive=yes" |
| 28 | 28 | ||
| 29 | # Also suppress trying to use sctp. | ||
| 30 | # | ||
| 31 | CACHED_CONFIGUREVARS += "ac_cv_header_netinet_sctp_h=no ac_cv_header_netinet_sctp_uio_h=no" | ||
| 32 | |||
| 29 | do_configure_prepend() { | 33 | do_configure_prepend() { |
| 30 | cd ${S} | 34 | cd ${S} |
| 31 | ./buildconf | 35 | ./buildconf |
