syslinux: builds on musl.
This commit is contained in:
parent
b4ea5ed61f
commit
9c552c6c64
|
@ -10,7 +10,7 @@ homepage="http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project"
|
|||
license="GPL-2"
|
||||
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e
|
||||
only_for_archs="i686 x86_64"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
||||
pre_build() {
|
||||
# Do not try to build the Windows or DOS installers and DIAG files
|
||||
|
|
Loading…
Reference in New Issue