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/build | |
| parent | 67b0d63f1f8bf97f48c25b62a730652618d2595d (diff) | |
| download | alicelinux-29879f79f7f75e58a3eecf84ea38646120bec0b9.tar.gz alicelinux-29879f79f7f75e58a3eecf84ea38646120bec0b9.zip | |
syslinux: added patch fix build
Diffstat (limited to 'repos/extra/syslinux/build')
| -rw-r--r-- | repos/extra/syslinux/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repos/extra/syslinux/build b/repos/extra/syslinux/build index 27286396..019dcf1f 100644 --- a/repos/extra/syslinux/build +++ b/repos/extra/syslinux/build @@ -1,5 +1,6 @@ patch -p0 -i $SRC/$name-Makefile.patch patch -p1 -i $SRC/$name-sysmacros.patch +patch -p1 -i $SRC/$name-fix-missing-stdio.patch export LDFLAGS="$LDFLAGS --no-dynamic-linker" |