diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-12-08 17:56:59 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-12-16 22:11:19 +0100 |
commit | e030a19a57af3729929eb718824dd57cb02c6876 (patch) | |
tree | d469f703f1b957993ce544eac565b79372f279f4 /package/libs/libunwind/patches/003-fix-missing-ef_reg-defs-with-musl.patch | |
parent | 6cdc21b20e1125ece20eb871ff16d296a5e66688 (diff) | |
download | upstream-e030a19a57af3729929eb718824dd57cb02c6876.tar.gz upstream-e030a19a57af3729929eb718824dd57cb02c6876.tar.bz2 upstream-e030a19a57af3729929eb718824dd57cb02c6876.zip |
libunwind: update to 1.5.0
Cleanup Makefile for consistency with other ones.
Remove PKG_SSP. It can be fixed with -lssp_nonshared.
Add PKG_BUILD_PARALLEL for faster compilation.
Add zlib dependency. 1.5.0 requires it now.
Refresh patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/libs/libunwind/patches/003-fix-missing-ef_reg-defs-with-musl.patch')
-rw-r--r-- | package/libs/libunwind/patches/003-fix-missing-ef_reg-defs-with-musl.patch | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/package/libs/libunwind/patches/003-fix-missing-ef_reg-defs-with-musl.patch b/package/libs/libunwind/patches/003-fix-missing-ef_reg-defs-with-musl.patch index 465abb4ce0..1a26dcd895 100644 --- a/package/libs/libunwind/patches/003-fix-missing-ef_reg-defs-with-musl.patch +++ b/package/libs/libunwind/patches/003-fix-missing-ef_reg-defs-with-musl.patch @@ -1,7 +1,6 @@ -diff -uprN a/include/libunwind-mips.h b/include/libunwind-mips.h ---- a/include/libunwind-mips.h 2012-10-06 12:54:38.000000000 +0800 -+++ b/include/libunwind-mips.h 2016-06-08 13:55:55.029436442 +0800 -@@ -111,6 +111,42 @@ typedef enum +--- a/include/libunwind-mips.h ++++ b/include/libunwind-mips.h +@@ -114,6 +114,42 @@ typedef enum } mips_regnum_t; @@ -44,4 +43,3 @@ diff -uprN a/include/libunwind-mips.h b/include/libunwind-mips.h typedef enum { UNW_MIPS_ABI_O32, - |