Hello,
On Tue, Dec 12, 2017 at 8:13 AM, Mark Wielaard wrote:
> On Fri, 2017-12-08 at 15:17 +0900, Namhyung Kim wrote:
>> The libelf and libdw uses pkginclude_HEADERS but the pkg-config file
>> misses to have it the Cflags. This was a problem for libdw users since
>> it gave nothing to include, b
On Fri, 2017-12-08 at 15:17 +0900, Namhyung Kim wrote:
> The libelf and libdw uses pkginclude_HEADERS but the pkg-config file
> misses to have it the Cflags. This was a problem for libdw users since
> it gave nothing to include, but one needs to add /usr/include/elfutils
> directory to use the lib
The libelf and libdw uses pkginclude_HEADERS but the pkg-config file
misses to have it the Cflags. This was a problem for libdw users since
it gave nothing to include, but one needs to add /usr/include/elfutils
directory to use the libdw.h header file.
Signed-off-by: Namhyung Kim
---
config/Cha