component/file: Version up
-
Owner
This new version does not build "simply" with GCC 4.9.2 (Debian 8). It can build with
CFLAGS=-std=c99
: is there a clean way to add an option while keeping the auto-detection in configure to add -g & -O2 if supported ?A few places in slapos.git forces use of system GCC: re6stnet, nayuos (and also rina-tools, that's how I found the issue, but you can ignore). What I mean is that currently, re6st-node packages would not build for Debian 8. No idea if there's an issue for nayuos SR.
/cc @tomo
-
Owner
What I mean is that currently, re6st-node packages would not build for Debian 8. No idea if there's an issue for nayuos SR.
For now, we are already compiling gcc to build
re6st-node
package on Debian 8. So I don't see any problem to force building gcc 5 for this component.