libgtk3: remove non-existent configure options
[buildroot-gz.git] / package / sysprof / 0001-define-NT_GNU_BUILD_ID.patch
blobdcc2cbe67cc1744fa416e41371d653710326db1c
1 On uclibc elf.h does not have GNU extentions but we need this define
2 so we define it locally if its not getting it from elf.h
4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 Upstream-Status: Pending
8 Index: git/elfparser.h
9 ===================================================================
10 --- git.orig/elfparser.h 2011-07-16 18:57:41.000000000 -0700
11 +++ git/elfparser.h 2011-07-16 20:28:54.733829895 -0700
12 @@ -17,6 +17,10 @@
14 #include <glib.h>
16 +#ifndef NT_GNU_BUILD_ID
17 +#define NT_GNU_BUILD_ID 3
18 +#endif
20 typedef struct ElfSym ElfSym;
21 typedef struct ElfParser ElfParser;