libiconv: manually set ac_cv_c_bigendian=no to fix riscv64gc builds

This commit is contained in:
Jeremy Soller 2026-05-01 10:57:31 -06:00
parent 6963cebcfc
commit 7fcfc50b89

View File

@ -21,7 +21,9 @@ template = "custom"
script = """
DYNAMIC_STATIC_INIT
COOKBOOK_CONFIGURE_FLAGS+=(
# riscv64gc does not work without this
ac_cv_c_bigendian=no
ac_cv_have_decl_program_invocation_name=no
)
cookbook_configure
"""
"""