mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
systemd: fix build with older kernel(headers)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f3076f0cbd
commit
ccb83fac7a
11
packages/sysutils/systemd/patches/systemd-socket.h.patch
Normal file
11
packages/sysutils/systemd/patches/systemd-socket.h.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -Naur systemd-209/src/shared/missing.h systemd-209.patch/src/shared/missing.h
|
||||
--- systemd-209/src/shared/missing.h 2014-02-19 16:23:43.000000000 +0100
|
||||
+++ systemd-209.patch/src/shared/missing.h 2014-02-21 03:45:26.766549911 +0100
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <unistd.h>
|
||||
#include <linux/oom.h>
|
||||
#include <linux/input.h>
|
||||
+#include <sys/socket.h>
|
||||
#include <linux/if_link.h>
|
||||
|
||||
#ifdef HAVE_AUDIT
|
Loading…
x
Reference in New Issue
Block a user