mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-07 23:02:40 +02:00
add py3-elftools to makedepends bmp_logo is disabled upstream by default so don't package it ubsha1 and xway-swap-bytes are removed upstream refactor fix-tools-build.patch remove hifive-unmatched-ramdisk.patch, not needed anymore
18 lines
511 B
Diff
18 lines
511 B
Diff
Author: Milan P. Stanić <mps@arvanta.net>
|
|
Date: 2023-04-04 10:07:00.033003320 +0200
|
|
|
|
musl libc doesn't have c_ospeed and c_ispeed types so disable
|
|
build of kwboot with this patch
|
|
|
|
--- a/tools/Makefile 2023-04-04 10:07:00.033003320 +0200
|
|
+++ b/tools/Makefile 2023-04-04 10:07:26.345003333 +0200
|
|
@@ -213,8 +213,6 @@
|
|
|
|
hostprogs-$(CONFIG_NETCONSOLE) += ncb
|
|
|
|
-hostprogs-$(CONFIG_ARCH_KIRKWOOD) += kwboot
|
|
-hostprogs-$(CONFIG_ARCH_MVEBU) += kwboot
|
|
|
|
hostprogs-y += proftool
|
|
proftool-objs = proftool.o lib/abuf.o
|