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