lua: opt-out of lto usage
authorAnari Jalakas <anari.jalakas@gmail.com>
Sat, 7 Oct 2023 12:16:47 +0000 (15:16 +0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 29 Oct 2023 18:42:32 +0000 (19:42 +0100)
commit246b97b607e316d6acae66a23fcdf6d12c02a786
treece62a4ab460cb829d0f959436a5c1681ef0c6b9c
parent1925a183a3f25d2db1f10addc85ed894df14c210
lua: opt-out of lto usage

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 <anari.jalakas@gmail.com>
package/utils/lua/Makefile