OpenELEC / OpenELEC.tv

OpenELEC - The living room PC for everyone
http://openelec.tv
1.6k stars 887 forks source link

compilation errorr during building of toolchain (make) #5096

Open gxr441 opened 5 years ago

gxr441 commented 5 years ago

The line: # if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION is creating /usr/bin/ld: glob.c:(.text+0x4b1): undefined reference to__alloca` errors. Changing it to# if _GNU_GLOB_INTERFACE_VERSION >= GLOB_INTERFACE_VERSION` seems to correct it.