Commit 16966cfa authored by Łukasz Nowak's avatar Łukasz Nowak

component/file: Version up

parent 4b75069b
......@@ -11,8 +11,8 @@ extends =
[file]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.icm.edu.pl/packages/file/file-5.39.tar.gz
md5sum = 1c450306053622803a25647d88f80f25
url = http://ftp.icm.edu.pl/packages/file/file-5.41.tar.gz
md5sum = 18233bb0a0089dfdc7dfbc93b96f231b
configure-options =
--disable-static
--disable-libseccomp
......
  • 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

  • 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.

Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment