Skip to content

Commit

Permalink
lua: opt-out of lto usage
Browse files Browse the repository at this point in the history
This fixes building with USE_LTO enabled.

<artificial>:(.text+0xcc8): relocation R_MIPS16_26 against `luaL_argerror' cannot be used when making a shared object; recompile with -fPIC
./openwrt/staging_dir/toolchain-mips_24kc_gcc-12.3.0_musl/lib/gcc/mips-openwrt-linux-musl/12.3.0/../../../../mips-openwrt-linux-musl/bin/ld.bfd: non-dynamic relocations refer to dynamic symbol strcpy
./openwrt/staging_dir/toolchain-mips_24kc_gcc-12.3.0_musl/lib/gcc/mips-openwrt-linux-musl/12.3.0/../../../../mips-openwrt-linux-musl/bin/ld.bfd: failed to set dynamic section sizes: bad value
collect2: error: ld returned 1 exit status

Signed-off-by: Anari Jalakas <[email protected]>
  • Loading branch information
Jalakas authored and hauke committed Oct 29, 2023
1 parent 1925a18 commit 246b97b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/utils/lua/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYRIGHT
PKG_CPE_ID:=cpe:/a:lua:lua

PKG_BUILD_FLAGS:=no-lto

HOST_PATCH_DIR := ./patches-host

include $(INCLUDE_DIR)/package.mk
Expand Down

0 comments on commit 246b97b

Please sign in to comment.