8c1a2e
diff -up wrk/include/glibc_elf.h.wrk wrk/include/glibc_elf.h
8c1a2e
--- wrk/include/glibc_elf.h.wrk	2014-09-19 16:04:45.546981432 +0200
8c1a2e
+++ wrk/include/glibc_elf.h	2014-09-19 16:38:55.407991682 +0200
8c1a2e
@@ -2081,7 +2081,8 @@ typedef Elf32_Addr Elf32_Conflict;
8c1a2e
 #define R_PPC64_DTPREL16_HIGHESTA 106 /* half16	(sym+add)@dtprel@highesta */
8c1a2e
 
8c1a2e
 /* Keep this the last entry.  */
8c1a2e
-#define R_PPC64_NUM		107
8c1a2e
+//symbol conflicting with system headers on ppc64le and nowhere used
8c1a2e
+//#define R_PPC64_NUM		107
8c1a2e
 
8c1a2e
 /* PowerPC64 specific values for the Dyn d_tag field.  */
8c1a2e
 #define DT_PPC64_GLINK  (DT_LOPROC + 0)