summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-boot/syslinux: pass UPX=false to makeViolet Purcell2024-10-091-1/+1
| | | | | | | | | | | | When building with bios support, Syslinux attempts to call upx. However, it is not a necessary build step and the build will just continue if it fails. This commit passes UPX=false to make when built with bios support to silence the command not found QA warnings. Closes: https://bugs.gentoo.org/888211 Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/33399 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* sys-boot/syslinux: rename USE=efi to USE=uefiDavid Seifert2024-01-071-7/+7
| | | | | Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sys-boot/syslinux: fix build w/ binutils-2.41[hardened]Sam James2023-08-281-0/+1
| | | | | Closes: https://bugs.gentoo.org/913129 Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/syslinux: use secureboot.eclass to sign efi execAndrew Ammerlaan2023-08-171-2/+8
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sys-boot/syslinux: fix install with bios disabledMike Gilbert2022-12-271-1/+3
| | | | | Closes: https://bugs.gentoo.org/888466 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-boot/syslinux: unset CFLAGSMike Gilbert2022-12-251-1/+1
| | | | | Closes: https://bugs.gentoo.org/888466 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-boot/syslinux: Stabilize 6.04_pre1-r5 amd64, #887571Arthur Zamarin2022-12-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-boot/syslinux: Stabilize 6.04_pre1-r5 x86, #887571Sam James2022-12-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/syslinux: drop asciidoc and upx depsMike Gilbert2022-12-241-5/+1
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-boot/syslinux: Filter LTOIan Jordan2022-12-241-1/+3
| | | | | | | | | Syslinux can only use LTO when using the ffat-lto-objects cflag and as this is a hack solution I recommend filtering which seems to be the only way to do it without. Closes: https://bugs.gentoo.org/863722 Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28318 Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/syslinux: rename keytab-lilo to keytab-syslinuxMike Gilbert2022-12-201-0/+88
Avoids a collision with sys-boot/lilo. Closes: https://bugs.gentoo.org/887395 Signed-off-by: Mike Gilbert <floppym@gentoo.org>