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/info | |
| parent | 67b0d63f1f8bf97f48c25b62a730652618d2595d (diff) | |
| download | alicelinux-29879f79f7f75e58a3eecf84ea38646120bec0b9.tar.gz alicelinux-29879f79f7f75e58a3eecf84ea38646120bec0b9.zip | |
syslinux: added patch fix build
Diffstat (limited to 'repos/extra/syslinux/info')
| -rw-r--r-- | repos/extra/syslinux/info | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/repos/extra/syslinux/info b/repos/extra/syslinux/info index 343d8b18..41891cec 100644 --- a/repos/extra/syslinux/info +++ b/repos/extra/syslinux/info @@ -2,7 +2,9 @@ name=syslinux version=6.03 release=2 source="http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.xz - $name-Makefile.patch $name-sysmacros.patch" + $name-Makefile.patch + $name-sysmacros.patch + $name-fix-missing-stdio.patch" skip_patch=1 unset CFLAGS unset CXXFLAGS |