[openwrt/openwrt] iwinfo: opt-out of lto usage
LEDE Commits
lede-commits at lists.infradead.org
Mon Oct 30 16:50:19 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/fefa446127bb38f38b88d7296b022acef57db3d6
commit fefa446127bb38f38b88d7296b022acef57db3d6
Author: Anari Jalakas <anari.jalakas at gmail.com>
AuthorDate: Sat Oct 7 15:10:50 2023 +0300
iwinfo: opt-out of lto usage
This fixes building with USE_LTO enabled.
<artificial>:(.text+0x400c): relocation R_MIPS16_26 against `iwinfo_close' 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 at gmail.com>
(cherry picked from commit fbacc5ae52ec8fbe89b3a47850b4d6f62d4c4bf5)
---
package/network/utils/iwinfo/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile
index e5add395ff..c6a14956fd 100644
--- a/package/network/utils/iwinfo/Makefile
+++ b/package/network/utils/iwinfo/Makefile
@@ -17,6 +17,8 @@ PKG_MIRROR_HASH:=5eddf584a1c3ed5637162d6bfc573ed1ce3691fcb38bdd55bf9f1e11e82ccc4
PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
PKG_LICENSE:=GPL-2.0
+PKG_BUILD_FLAGS:=no-lto
+
IWINFO_ABI_VERSION:=20230701
include $(INCLUDE_DIR)/package.mk
More information about the lede-commits
mailing list