patch-tools_profiler_lul_LulElf_cpp 408 B

123456789101112
  1. --- firefox-42.0.orig/tools/profiler/lul/LulElf.cpp 2015-10-29 23:18:01.000000000 +0100
  2. +++ firefox-42.0/tools/profiler/lul/LulElf.cpp 2015-12-17 06:09:09.809776525 +0100
  3. @@ -66,6 +66,9 @@
  4. #include "LulElfInt.h"
  5. #include "LulMainInt.h"
  6. +#ifndef NT_GNU_BUILD_ID
  7. +#define NT_GNU_BUILD_ID 3
  8. +#endif
  9. #if defined(LUL_PLAT_arm_android) && !defined(SHT_ARM_EXIDX)
  10. // bionic and older glibsc don't define it