mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/ucl: hackfix GCC 14 build by injecting stddef.h in CFLAGS
This commit is contained in:
parent
5f5b927e33
commit
1316e88606
@ -20,6 +20,7 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
export CFLAGS="$CFLAGS -std=gnu99 -fPIC -include stddef.h"
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-shared \
|
||||
|
Loading…
Reference in New Issue
Block a user