mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
libiconv: manually set ac_cv_c_bigendian=no to fix riscv64gc builds
This commit is contained in:
parent
6963cebcfc
commit
7fcfc50b89
@ -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
|
||||
"""
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user