mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +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() {
|
build() {
|
||||||
|
export CFLAGS="$CFLAGS -std=gnu99 -fPIC -include stddef.h"
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
Loading…
Reference in New Issue
Block a user