Patches rebased: - 003-libintl-compatibility.patch - 005-build_only_libs.patch - 006-Fix-build-on-aarch64-musl.patch - 101-no-fts.patch Patches removed due being upstreamed: - 007-add-libeu-symbols-to-libelf.patch - 008-fix-autoconf-ENABLE_IMA_VERIFICATION.patch - 009-fix-null-dereference-with-lto.patch - 102-fix-potential-deref-of-null-error.patch Note that this release is needed in order to build against GCC 16.1 https://github.com/openwrt/openwrt/pull/23194 Release notes from 0.192 to 0.195: https://inbox.sourceware.org/elfutils-devel/CAJDtP-RjuT13zehLgSvz9TnwQZ1VYPOS=q_kuut5a2g+KLamgw@mail.gmail.com/T/ https://inbox.sourceware.org/elfutils-devel/CAJDtP-S0rYAOZQeDZvMtPkQztgK9RboWtYwpqNLCNGNdaSGn-A@mail.gmail.com/T/ https://inbox.sourceware.org/elfutils-devel/CAJDtP-Qok4ViNzvrr28WgkCCqrFH0iAZStiD8C7nbpDhrPzLWA@mail.gmail.com/T/ Signed-off-by: John Audia <therealgraysky@proton.me> Link: https://github.com/openwrt/openwrt/pull/23468 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
12 lines
415 B
Diff
12 lines
415 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -29,7 +29,7 @@ AM_MAKEFLAGS = --no-print-directory
|
|
pkginclude_HEADERS = version.h
|
|
|
|
SUBDIRS = config lib libelf libcpu backends libebl libdwelf libdwfl \
|
|
- libdwfl_stacktrace libdw libasm debuginfod src po doc tests
|
|
+ libdwfl_stacktrace libdw libasm
|
|
|
|
EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING SECURITY \
|
|
COPYING COPYING-GPLV2 COPYING-LGPLV3 CONDUCT
|