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()`.
This commit is contained in:
Sönke Holz
2026-02-25 17:19:24 +01:00
committed by Sönke Holz
parent b449ca409f
commit 04b86f16e8

View File

@@ -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=(