d3308d8022
pipewire uses alloca() in 41 source files without including <alloca.h> (glibc declares it via stdlib.h; relibc does not), so cross-compiling hit -Werror= implicit-function-declaration on conf.c:356. relibc provides <alloca.h> — add -include alloca.h to CFLAGS so every TU gets the declaration.