d27623b542
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>
12 lines
283 B
Diff
12 lines
283 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 src po doc tests
|
|
+ libasm
|
|
|
|
if DEBUGINFOD
|
|
SUBDIRS += debuginfod
|