From 5514c6c136b4ea48cba7edb0831eb12e1870d7d2 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 6 Dec 2018 19:23:31 -0800 Subject: apr/openssl10: Enable ccache for them They work well now. Signed-off-by: Robert Yang --- meta/recipes-support/apr/apr_1.6.5.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta/recipes-support') 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 CACHED_CONFIGUREVARS += "ac_cv_sizeof_struct_iovec=yes" CACHED_CONFIGUREVARS += "ac_cv_file__dev_zero=yes" -# Otherwise libtool fails to compile apr-utils -# x86_64-linux-libtool: compile: unable to infer tagged configuration -# x86_64-linux-libtool: error: specify a tag with '--tag' -CCACHE = "" - PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," -- cgit 1.2.3-korg