summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/apr/apr_1.6.5.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-support/apr/apr_1.6.5.bb b/meta/recipes-support/apr/apr_1.6.5.bb
index c2f59005aa..432e4ed744 100644
--- a/meta/recipes-support/apr/apr_1.6.5.bb
+++ b/meta/recipes-support/apr/apr_1.6.5.bb
@@ -37,11 +37,6 @@ CACHED_CONFIGUREVARS += "ac_cv_header_netinet_sctp_h=no ac_cv_header_netinet_sct
37CACHED_CONFIGUREVARS += "ac_cv_sizeof_struct_iovec=yes" 37CACHED_CONFIGUREVARS += "ac_cv_sizeof_struct_iovec=yes"
38CACHED_CONFIGUREVARS += "ac_cv_file__dev_zero=yes" 38CACHED_CONFIGUREVARS += "ac_cv_file__dev_zero=yes"
39 39
40# Otherwise libtool fails to compile apr-utils
41# x86_64-linux-libtool: compile: unable to infer tagged configuration
42# x86_64-linux-libtool: error: specify a tag with '--tag'
43CCACHE = ""
44
45PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" 40PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
46PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," 41PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
47 42