mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 04:08:21 +04:00
The pkg was imported from oldpackages. It was updated to latest version, requiring some fixes in patches. I added myself as maintainer. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
15 lines
236 B
Diff
15 lines
236 B
Diff
--- a/libelf/libelf.h
|
|
+++ b/libelf/libelf.h
|
|
@@ -34,6 +34,11 @@
|
|
/* Get the ELF types. */
|
|
#include <elf.h>
|
|
|
|
+#ifndef _LIBC
|
|
+#ifndef __mempcpy
|
|
+#define __mempcpy mempcpy
|
|
+#endif
|
|
+#endif
|
|
|
|
/* Known translation types. */
|
|
typedef enum
|