From 04b86f16e8d773fdf5201d0e991de8ac4e4a81c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Holz?= Date: Wed, 25 Feb 2026 17:19:24 +0100 Subject: [PATCH] Ports: Unbreak alpine Building with more than one job appears to broken. Additionally, it relies on incomplete function prototypes, which C23 removed support for. Furthermore, it doesn't build without `-Wno-error=incompatible-pointer-types` anymore, as it passes incorrect function pointer types to `qsort()`. --- Ports/alpine/package.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ports/alpine/package.sh b/Ports/alpine/package.sh index 37c8cb71836..280cb3b7af9 100755 --- a/Ports/alpine/package.sh +++ b/Ports/alpine/package.sh @@ -5,7 +5,9 @@ useconfigure='true' configopts=( '--disable-static' '--enable-shared' + 'CFLAGS=-std=c17 -Wno-error=incompatible-pointer-types' ) +makeopts=("-j1") # Building with more than one jobs seems to be broken. use_fresh_config_sub='true' use_fresh_config_guess='true' files=(