You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/libs/elfutils/patches
Rosen Penev d27623b542 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>
4 years ago
..
003-libintl-compatibility.patch elfutils: update to 0.179 4 years ago
005-build_only_libs.patch elfutils: update to 0.179 4 years ago
100-musl-compat.patch elfutils: update to 0.179 4 years ago
101-no-fts.patch elfutils: update to 0.179 4 years ago
110-no-cdefs.patch elfutils: update to 0.179 4 years ago