packages: disable mips16 support on a number of packages that fail to build with it
[packages.git] / devel / sysprof / patches / define-NT_GNU_BUILD_ID.patch
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
3
4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
5
6 Upstream-Status: Pending
7
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 @@
13   */
14  #include <glib.h>
15  
16 +#ifndef NT_GNU_BUILD_ID
17 +#define NT_GNU_BUILD_ID 3
18 +#endif
19 +
20  typedef struct ElfSym ElfSym;
21  typedef struct ElfParser ElfParser;
22