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.bb3
1 files changed, 3 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 db1530530a..302c93504b 100644
--- a/meta/recipes-support/apr/apr_1.5.2.bb
+++ b/meta/recipes-support/apr/apr_1.5.2.bb
@@ -38,6 +38,9 @@ CACHED_CONFIGUREVARS += "ac_cv_header_netinet_sctp_h=no ac_cv_header_netinet_sct
38# x86_64-linux-libtool: error: specify a tag with '--tag' 38# x86_64-linux-libtool: error: specify a tag with '--tag'
39CCACHE = "" 39CCACHE = ""
40 40
41PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}"
42PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
43
41do_configure_prepend() { 44do_configure_prepend() {
42 # Avoid absolute paths for grep since it causes failures 45 # Avoid absolute paths for grep since it causes failures
43 # when using sstate between different hosts with different 46 # when using sstate between different hosts with different