summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gperftools/gperftools/sgidef.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/gperftools/gperftools/sgidef.patch')
-rw-r--r--meta-oe/recipes-support/gperftools/gperftools/sgidef.patch18
1 files changed, 13 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/gperftools/gperftools/sgidef.patch b/meta-oe/recipes-support/gperftools/gperftools/sgidef.patch
index 7e1a23bf6..10274a6de 100644
--- a/meta-oe/recipes-support/gperftools/gperftools/sgidef.patch
+++ b/meta-oe/recipes-support/gperftools/gperftools/sgidef.patch
@@ -1,11 +1,19 @@
1sgidef.h does not exist on musl and its not needed to compile 1From 259b420444c52463795b4b582a2ab7511149eea7 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 16 Oct 2017 21:26:40 -0700
4Subject: [PATCH] sgidef.h does not exist on musl and its not needed to compile
2 5
3Signed-off-by: Khem Raj <raj.khem@gmail.com> 6Signed-off-by: Khem Raj <raj.khem@gmail.com>
4Upstream-Status: Pending 7Upstream-Status: Pending
5Index: git/src/base/linux_syscall_support.h 8
6=================================================================== 9---
7--- git.orig/src/base/linux_syscall_support.h 10 src/base/linux_syscall_support.h | 2 +-
8+++ git/src/base/linux_syscall_support.h 11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/src/base/linux_syscall_support.h b/src/base/linux_syscall_support.h
14index 70431ca..b23ca59 100644
15--- a/src/base/linux_syscall_support.h
16+++ b/src/base/linux_syscall_support.h
9@@ -164,7 +164,7 @@ extern "C" { 17@@ -164,7 +164,7 @@ extern "C" {
10 #include <endian.h> 18 #include <endian.h>
11 #include <fcntl.h> 19 #include <fcntl.h>