elfutils: Add host build
authorRosen Penev <rosenp@gmail.com>
Thu, 5 Sep 2019 23:57:39 +0000 (16:57 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 20 Sep 2019 23:09:30 +0000 (01:09 +0200)
commitf4da28c301890115e5c6b632aa6550fbc59f8e24
tree42cc46b379a94565be6d3d33e0a2e7a54abed1d8
parent89fe1dfac2862297dffc94966a9b0f12237eae55
elfutils: Add host build

Needed for glib2 host build:

gresource-tool.c:32:20: fatal error: libelf.h: No such file or directory
 #include <libelf.h>

Changed PKG_LICENSE to the SPDX version.

Switched build dependency for argp-standalone to !USE_GLIBC. argp is a
glibc extension. Treat it as such.

Adjusted patch to use strerror_l, which works properly with both glibc
and musl. The patch errors under glibc with:

dwfl_error.c:158:7: error: ignoring return value of 'strerror_r', declared
with attribute warn_unused_result [-Werror=unused-result]
       strerror_r (error & 0xffff, s, sizeof(s));

void casting does not fix the error.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
package/libs/elfutils/Makefile
package/libs/elfutils/patches/100-musl-compat.patch