kodi: patch patches context
This commit is contained in:
parent
6b94e7e96a
commit
68add700ba
@ -1,8 +1,10 @@
|
|||||||
--- a/xbmc/cores/DllLoader/exports/wrapper.c.orig
|
Index: xbmc-19.0-Matrix/xbmc/cores/DllLoader/exports/wrapper.c
|
||||||
+++ b/xbmc/cores/DllLoader/exports/wrapper.c
|
===================================================================
|
||||||
@@ -462,7 +462,7 @@
|
--- xbmc-19.0-Matrix.orig/xbmc/cores/DllLoader/exports/wrapper.c
|
||||||
|
+++ xbmc-19.0-Matrix/xbmc/cores/DllLoader/exports/wrapper.c
|
||||||
|
@@ -449,7 +449,7 @@ struct mntent *__wrap_getmntent(FILE *fp
|
||||||
// are actually #defines which are inlined when compiled with -O. Those defines
|
// are actually #defines which are inlined when compiled with -O. Those defines
|
||||||
// actally call __*chk (for example, __fread_chk). We need to bypass this whole
|
// actually call __*chk (for example, __fread_chk). We need to bypass this whole
|
||||||
// thing to actually call our wrapped functions.
|
// thing to actually call our wrapped functions.
|
||||||
-#if _FORTIFY_SOURCE > 1
|
-#if _FORTIFY_SOURCE > 1
|
||||||
+#if defined(__GLIBC__) && _FORTIFY_SOURCE > 1
|
+#if defined(__GLIBC__) && _FORTIFY_SOURCE > 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user