buildroot/package/ltrace
Thomas Petazzoni 88511ccf4a ltrace: add patch to fix build on sparc
Due to a missing header inclusion, the build of ltrace of sparc fails
with the following error:

plt.c: In function 'sym2addr':
plt.c:33:12: error: dereferencing pointer to incomplete type
  return sym->enter_addr;
            ^
plt.c:34:1: warning: control reaches end of non-void function [-Wreturn-type]
 }

This commit fixes that by adding a patch to the ltrace code base.

Fixes:

  http://autobuild.buildroot.org/results/55c/55ce618dbe1b2867e5738d90afb2eb67c19200e4/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-12-22 21:52:11 +01:00
..
0001-arm-plt.patch ltrace: update to current master 2015-07-04 14:31:02 +02:00
0002-sparc-add-missing-library.h-include.patch ltrace: add patch to fix build on sparc 2015-12-22 21:52:11 +01:00
Config.in package/elfutils: fix dependency on C library 2015-08-09 11:22:08 +02:00
ltrace.mk package/ltrace: do not enable libunwind support for MIPS 2015-08-25 20:55:55 +02:00