mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
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:
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user