diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-04-05 19:02:38 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-04-13 22:40:19 +0200 |
commit | d27623b542548b765ddd46b046169006a3b5f66f (patch) | |
tree | d31289ad2ca24bfcb6a9c6a92780ea4f7a7c47fb /package/libs/elfutils/patches/101-no-fts.patch | |
parent | 76d22fc24b4d4a7e93b722af3005cc38bdef8111 (diff) | |
download | upstream-d27623b542548b765ddd46b046169006a3b5f66f.tar.gz upstream-d27623b542548b765ddd46b046169006a3b5f66f.tar.bz2 upstream-d27623b542548b765ddd46b046169006a3b5f66f.zip |
elfutils: update to 0.179
Removed sys/cdefs usage. The header is deprecated.
Removed canonicalize_file_name define. It's already fixed upstream.
Added --disable-debuginfod. Seems to be needed.
Modified patch 005 to build more stuff. It was failing before. It still
only builds libraries.
Modified patch 100 to use strerror under non-glibc. It is used under
glibc as strerror is not thread safe. It is under musl and uClibc-ng.
strerror_l is not available under uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/libs/elfutils/patches/101-no-fts.patch')
-rw-r--r-- | package/libs/elfutils/patches/101-no-fts.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/elfutils/patches/101-no-fts.patch b/package/libs/elfutils/patches/101-no-fts.patch index a6e192f8ff..29ec9ecac0 100644 --- a/package/libs/elfutils/patches/101-no-fts.patch +++ b/package/libs/elfutils/patches/101-no-fts.patch @@ -72,7 +72,7 @@ struct parse_opt *opt = state->hook; --- a/libdwfl/Makefile.am +++ b/libdwfl/Makefile.am -@@ -49,7 +49,7 @@ libdwfl_a_SOURCES = dwfl_begin.c dwfl_en +@@ -50,7 +50,7 @@ libdwfl_a_SOURCES = dwfl_begin.c dwfl_en argp-std.c find-debuginfo.c \ dwfl_build_id_find_elf.c \ dwfl_build_id_find_debuginfo.c \ |