summaryrefslogtreecommitdiff
path: root/core/syslinux/syslinux-sysmacros.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-08-10 13:06:28 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-08-10 13:06:28 +0000
commitb564ab6807cc8133142c88cb180e4784881e95cf (patch)
tree31493fbdebd363de855438cdba1e06b8ecf57eaa /core/syslinux/syslinux-sysmacros.patch
parent9f07f8e51f08a85c000ed48c7d3e72f38f17c818 (diff)
parent21ae949aaf08083cbae30d64ee1650adccc365dd (diff)
downloadpackages-b564ab6807cc8133142c88cb180e4784881e95cf.tar.xz
Merge branch 'master' into i486
Diffstat (limited to 'core/syslinux/syslinux-sysmacros.patch')
-rw-r--r--core/syslinux/syslinux-sysmacros.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/syslinux/syslinux-sysmacros.patch b/core/syslinux/syslinux-sysmacros.patch
new file mode 100644
index 00000000..ee7c4b61
--- /dev/null
+++ b/core/syslinux/syslinux-sysmacros.patch
@@ -0,0 +1,11 @@
+diff -rauN syslinux/extlinux/main.c syslinux-sysmacros-patch/extlinux/main.c
+--- syslinux/extlinux/main.c 2018-08-10 11:28:39.164004538 +0200
++++ syslinux-sysmacros-patch/extlinux/main.c 2018-08-10 11:33:05.410671208 +0200
+@@ -19,6 +19,7 @@
+ */
+
+ #define _GNU_SOURCE /* Enable everything */
++#include <sys/sysmacros.h>
+ #include <inttypes.h>
+ /* This is needed to deal with the kernel headers imported into glibc 3.3.3. */
+ #include <alloca.h>