Skip to content
Snippets Groups Projects
Commit 1316e886 authored by Ariadne Conill's avatar Ariadne Conill :rabbit:
Browse files

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

parent 5f5b927e
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ prepare() {
}
build() {
export CFLAGS="$CFLAGS -std=gnu99 -fPIC -include stddef.h"
./configure \
--prefix=/usr \
--enable-shared \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment