diff mbox series

[V2] shadow: disable econf for native

Message ID 20251203062704.138197-1-changqing.li@windriver.com
State New
Headers show
Series [V2] shadow: disable econf for native | expand

Commit Message

Changqing Li Dec. 3, 2025, 6:27 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

When libeconf is installed on the host and GCC from extended buildtools
is used, the host’s libeconf is detected and -DUSE_ECONF=1 gets enabled.
However, the buildtools GCC cannot see the host header files, causing
the shadow-native do_compile fail with error:
../../shadow-4.17.3/lib/getdef.c:22:10: fatal error: libeconf.h: No such file or directory

This patch disable econf to workaround above issue.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta/recipes-extended/shadow/shadow_4.18.0.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-extended/shadow/shadow_4.18.0.bb b/meta/recipes-extended/shadow/shadow_4.18.0.bb
index ba65fc7196..42d0d54b3a 100644
--- a/meta/recipes-extended/shadow/shadow_4.18.0.bb
+++ b/meta/recipes-extended/shadow/shadow_4.18.0.bb
@@ -46,6 +46,8 @@  EXTRA_OECONF += " \
                  --without-sssd \
                  ${NSCDOPT}"
 
+CACHED_CONFIGUREVARS:class-native += "ac_cv_lib_econf_econf_readDirs=no"
+
 CFLAGS:append:libc-musl = " -DLIBBSD_OVERLAY"
 
 NSCDOPT = ""