mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
apr/openssl10: Enable ccache for them
They work well now. (From OE-Core rev: 5514c6c136b4ea48cba7edb0831eb12e1870d7d2) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3be36b0d27
commit
8ac47178d1
@@ -76,9 +76,6 @@ EXTRA_OEMAKE = "${@bb.utils.contains('PACKAGECONFIG', 'manpages', '', 'OE_DISABL
|
||||
|
||||
export OE_LDFLAGS = "${LDFLAGS}"
|
||||
|
||||
# openssl fails with ccache: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12810
|
||||
CCACHE = ""
|
||||
|
||||
TERMIO ?= "-DTERMIO"
|
||||
TERMIO_libc-musl = "-DTERMIOS"
|
||||
EXTRA_OECONF_append_libc-musl_powerpc64 = " no-asm"
|
||||
|
||||
@@ -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,"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user