mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
1795bd2f1b
Add --disable-libdebuginfod with remove libcurl dependency. Remove totally unused host elfutils. Refreshed and rebased patches. Also happens to fix compilation with GCC11. Newer versions of elfutils seem to have some kind of dependency on obstack. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
357 B
Diff
12 lines
357 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -27,7 +27,7 @@ AM_MAKEFLAGS = --no-print-directory
|
|
pkginclude_HEADERS = version.h
|
|
|
|
SUBDIRS = config m4 lib libelf libcpu backends libebl libdwelf libdwfl libdw \
|
|
- libasm debuginfod src po doc tests
|
|
+ libasm
|
|
|
|
EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
|
|
COPYING COPYING-GPLV2 COPYING-LGPLV3
|