mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-07 22:24:11 +00:00
libselinux: opt-out of lto usage
This fixes building with USE_LTO enabled:
<artificial>:(.text.exit+0x6e): relocation R_MIPS16_26 against `pthread_key_delete' 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 stpcpy
./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>
(cherry picked from commit 2a33d26d21
)
This commit is contained in:
parent
fefa446127
commit
b5817d14c9
@ -18,6 +18,8 @@ PKG_LICENSE_FILES:=LICENSE
|
|||||||
PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com>
|
PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com>
|
||||||
PKG_CPE_ID:=cpe:/a:selinuxproject:libselinux
|
PKG_CPE_ID:=cpe:/a:selinuxproject:libselinux
|
||||||
|
|
||||||
|
PKG_BUILD_FLAGS:=no-lto
|
||||||
|
|
||||||
HOST_BUILD_DEPENDS:=libsepol/host musl-fts/host pcre2/host
|
HOST_BUILD_DEPENDS:=libsepol/host musl-fts/host pcre2/host
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user