summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/apr
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2014-04-18 15:38:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-24 17:55:14 +0100
commit66856e12114606694961e4365d47571f59eb7bb2 (patch)
treeba128ccd78237f4fd412fe690383973b0b45eb75 /meta/recipes-support/apr
parente45da211a70c0ed1b533992b0d82dfe5317fdb64 (diff)
downloadpoky-66856e12114606694961e4365d47571f59eb7bb2.tar.gz
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. (From OE-Core rev: 4aa6616661cc7a0eda4e9ba3e82a22472b444595) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/apr')
-rw-r--r--meta/recipes-support/apr/apr_1.4.8.bb4
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
27CACHED_CONFIGUREVARS += "apr_cv_mutex_recursive=yes" 27CACHED_CONFIGUREVARS += "apr_cv_mutex_recursive=yes"
28 28
29# Also suppress trying to use sctp.
30#
31CACHED_CONFIGUREVARS += "ac_cv_header_netinet_sctp_h=no ac_cv_header_netinet_sctp_uio_h=no"
32
29do_configure_prepend() { 33do_configure_prepend() {
30 cd ${S} 34 cd ${S}
31 ./buildconf 35 ./buildconf