diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-29 23:53:22 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-29 23:53:22 +0800 |
| commit | 29879f79f7f75e58a3eecf84ea38646120bec0b9 (patch) | |
| tree | 07b1381c59c7a2988cb62373be4888d18bbe357d /repos/extra/syslinux/syslinux-fix-missing-stdio.patch | |
| parent | 67b0d63f1f8bf97f48c25b62a730652618d2595d (diff) | |
| download | alicelinux-29879f79f7f75e58a3eecf84ea38646120bec0b9.tar.gz alicelinux-29879f79f7f75e58a3eecf84ea38646120bec0b9.zip | |
syslinux: added patch fix build
Diffstat (limited to 'repos/extra/syslinux/syslinux-fix-missing-stdio.patch')
| -rw-r--r-- | repos/extra/syslinux/syslinux-fix-missing-stdio.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/repos/extra/syslinux/syslinux-fix-missing-stdio.patch b/repos/extra/syslinux/syslinux-fix-missing-stdio.patch new file mode 100644 index 00000000..3a69ccf1 --- /dev/null +++ b/repos/extra/syslinux/syslinux-fix-missing-stdio.patch @@ -0,0 +1,10 @@ +--- syslinux-6.03-orig/com32/lib/syslinux/debug.c ++++ syslinux-6.03/com32/lib/syslinux/debug.c +@@ -1,6 +1,7 @@ + #include <linux/list.h> + #include <string.h> + #include <stdbool.h> ++#include <stdio.h> + + #ifdef DYNAMIC_DEBUG + |