community/ucl: hackfix GCC 14 build by injecting stddef.h in CFLAGS

This commit is contained in:
Ariadne Conill 2024-09-08 04:49:23 -07:00
parent 5f5b927e33
commit 1316e88606

View File

@ -20,6 +20,7 @@ prepare() {
}
build() {
export CFLAGS="$CFLAGS -std=gnu99 -fPIC -include stddef.h"
./configure \
--prefix=/usr \
--enable-shared \