From: Joe Slater Date: Fri, 18 Apr 2014 22:38:35 +0000 (-0700) Subject: apr: do not try to use sctp.h X-Git-Tag: 2015-4~3039 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4aa6616661cc7a0eda4e9ba3e82a22472b444595;p=openembedded-core.git apr: do not try to use sctp.h If we let configure look for sctp.h it might find it on the host, so suppress the search with two cached config variables. Signed-off-by: Joe Slater Signed-off-by: Richard Purdie --- 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:'" # Added to fix some issues with cmake. Refer to https://github.com/bmwcarit/meta-ros/issues/68#issuecomment-19896928 CACHED_CONFIGUREVARS += "apr_cv_mutex_recursive=yes" +# Also suppress trying to use sctp. +# +CACHED_CONFIGUREVARS += "ac_cv_header_netinet_sctp_h=no ac_cv_header_netinet_sctp_uio_h=no" + do_configure_prepend() { cd ${S} ./buildconf