diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2016-06-09 10:04:23 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-13 22:51:43 +0200 |
commit | 987f14ab2343ae32bbeaa02fbdc34dfb235f8f7c (patch) | |
tree | 376eb37f7f33a9d4061799cbbe49cda817bb2cf0 /package/libs/libunwind/patches/001-disable-tests.patch | |
parent | 9a4935687d6d79e0eeae37204794fc68e17c8b68 (diff) | |
download | upstream-987f14ab2343ae32bbeaa02fbdc34dfb235f8f7c.tar.gz upstream-987f14ab2343ae32bbeaa02fbdc34dfb235f8f7c.tar.bz2 upstream-987f14ab2343ae32bbeaa02fbdc34dfb235f8f7c.zip |
libunwind: initial version 1.1
The package Makefile was based on work at link [1] with the following
changes
1. Disable minidebuginfo support thus no dependency on liblzma
2. Add 2 patches for building against musl-libc and building with
mips16 enabled
3. Add LICENSE and DEPENDS info, etc.
[1] https://github.com/rpi-openwrt/rpi-packages/tree/master/libs/libunwind
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/libs/libunwind/patches/001-disable-tests.patch')
-rw-r--r-- | package/libs/libunwind/patches/001-disable-tests.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package/libs/libunwind/patches/001-disable-tests.patch b/package/libs/libunwind/patches/001-disable-tests.patch new file mode 100644 index 0000000000..9700fea477 --- /dev/null +++ b/package/libs/libunwind/patches/001-disable-tests.patch @@ -0,0 +1,22 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -36,7 +36,7 @@ + + nodist_include_HEADERS = include/libunwind-common.h + +-SUBDIRS = src tests doc ++SUBDIRS = src doc + + noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \ + include/compiler.h include/libunwind_i.h include/mempool.h \ +--- a/Makefile.in ++++ b/Makefile.in +@@ -313,7 +313,7 @@ + $(am__append_7) $(am__append_8) $(am__append_9) \ + $(am__append_10) + nodist_include_HEADERS = include/libunwind-common.h +-SUBDIRS = src tests doc ++SUBDIRS = src doc + noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \ + include/compiler.h include/libunwind_i.h include/mempool.h \ + include/remote.h \ |