a8a561
diff -up mozilla-esr31/tools/profiler/LulElf.cpp.python3 mozilla-esr31/tools/profiler/LulElf.cpp
a8a561
--- mozilla-esr31/tools/profiler/lul/LulElf.cpp.python3	2014-08-25 15:17:29.000000000 +0200
a8a561
+++ mozilla-esr31/tools/profiler/lul/LulElf.cpp	2014-09-05 15:26:14.114681217 +0200
a8a561
@@ -69,6 +69,11 @@
a8a561
 #include "LulElfInt.h"
a8a561
 #include "LulMainInt.h"
a8a561
 
a8a561
+#ifndef NT_GNU_BUILD_ID
a8a561
+#define NT_GNU_BUILD_ID 3
a8a561
+#endif
a8a561
+
a8a561
+
a8a561
 
a8a561
 #if defined(LUL_PLAT_arm_android) && !defined(SHT_ARM_EXIDX)
a8a561
 // bionic and older glibsc don't define it