aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnari Jalakas <anari.jalakas@gmail.com>2023-10-07 16:43:09 +0300
committerHauke Mehrtens <hauke@hauke-m.de>2023-10-31 00:44:03 +0100
commitb5817d14c9dbee1c0414c764e00540c26658b886 (patch)
treed8653cde6863a4d0eb5d2b07646ddca984bbed51
parentfefa446127bb38f38b88d7296b022acef57db3d6 (diff)
downloadupstream-b5817d14c9dbee1c0414c764e00540c26658b886.tar.gz
upstream-b5817d14c9dbee1c0414c764e00540c26658b886.tar.bz2
upstream-b5817d14c9dbee1c0414c764e00540c26658b886.zip
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 2a33d26d2110a9332e343a1deb32c9eee486c0db)
-rw-r--r--package/libs/libselinux/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libs/libselinux/Makefile b/package/libs/libselinux/Makefile
index 816e09f30c..f90d4993c8 100644
--- a/package/libs/libselinux/Makefile
+++ b/package/libs/libselinux/Makefile
@@ -18,6 +18,8 @@ PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com>
PKG_CPE_ID:=cpe:/a:selinuxproject:libselinux
+PKG_BUILD_FLAGS:=no-lto
+
HOST_BUILD_DEPENDS:=libsepol/host musl-fts/host pcre2/host
include $(INCLUDE_DIR)/package.mk