From fca63d04b5075723d001eff788973edd88bcb636 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Fri, 26 Sep 2025 20:11:29 +0200 Subject: [PATCH] libunwind: enable it to all targets This commit will enable building for riscv64 and maybe for other platforms such as mipsel64. Suggested-by: Rosen Penev in https://github.com/openwrt/openwrt/pull/3871#issuecomment-778987028 Signed-off-by: Josef Schlehofer Link: https://github.com/openwrt/openwrt/pull/20193 Signed-off-by: Hauke Mehrtens --- package/libs/libunwind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libs/libunwind/Makefile b/package/libs/libunwind/Makefile index 8fa2a786c4..f2363116fc 100644 --- a/package/libs/libunwind/Makefile +++ b/package/libs/libunwind/Makefile @@ -32,7 +32,7 @@ define Package/libunwind CATEGORY:=Libraries TITLE:=The libunwind project URL:=http://www.nongnu.org/libunwind/ - DEPENDS:=@((mips||mipsel||mips64||powerpc64||x86_64||arm||aarch64||loongarch64)||(USE_GLIBC&&(powerpc||i386))) +zlib + DEPENDS:=@!(USE_MUSL&&(powerpc)) +zlib ABI_VERSION:=8 endef -- 2.30.2