elogind: fix mips*
This commit is contained in:
parent
defc98f47e
commit
d1701cbd54
1 changed files with 11 additions and 0 deletions
11
srcpkgs/elogind/patches/mips.patch
Normal file
11
srcpkgs/elogind/patches/mips.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/basic/missing_syscall.h 2021-01-15 08:12:02.000000000 +0100
|
||||
+++ src/basic/missing_syscall.h 2021-02-24 07:20:32.026355819 +0100
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
-#ifdef ARCH_MIPS
|
||||
+#if defined(_MIPSEL) || defined(_MIPSEB)
|
||||
#include <asm/sgidefs.h>
|
||||
#endif
|
||||
|
Loading…
Reference in a new issue