diff options
| author | Josef Schlehofer | 2025-09-26 18:11:29 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-10-01 18:23:42 +0000 |
| commit | fca63d04b5075723d001eff788973edd88bcb636 (patch) | |
| tree | 6e0cfeb3bd9028545d7783d4396ea6c9e10b43e2 | |
| parent | 1e00160a8fdcbe2dc8ce898febfe4338ba2fe890 (diff) | |
| download | openwrt-fca63d04b5075723d001eff788973edd88bcb636.tar.gz | |
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 <rosenp@gmail.com>
in https://github.com/openwrt/openwrt/pull/3871#issuecomment-778987028
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20193
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/libs/libunwind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |