Update Makefile.am output about libnuma not found
[lttng-ust.git] / liblttng-ust / lttng-ust-elf.c
index e5b8a08f44141d0fd26ea0c346b43bfcb571c620..a496841adb8804d6182ce901f52e9835828c5744 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <helper.h>
 #include <string.h>
 #include <lttng/align.h>
 
 #define BUF_LEN        4096
 
+#ifndef NT_GNU_BUILD_ID
+# define NT_GNU_BUILD_ID       3
+#endif
+
 /*
  * Retrieve the nth (where n is the `index` argument) phdr (program
  * header) from the given elf instance.
This page took 0.023469 seconds and 4 git commands to generate.