Commit 15b2692c authored by Alain Takoudjou's avatar Alain Takoudjou

obs/slapos: compile libffi on obs using gcc generic arch

parent 5dfed2ef
......@@ -137,5 +137,10 @@ configure-command =
-Dnoextensions=ODBM_File \
-Dusethreads
[libffi]
configure-options +=
--enable-portable-binary
--with-gcc-arch=generic
[versions]
cliff = 1.4.5
  • libffi is also built in the re6st. I guess that obs/re6st/buildout.cfg.in should be updated as well.

  • And we should also take CPU features into account for binary cache.

    Well, all this is for best performance. The opposite way is to add the above options for everyone, i.e. in slapos.git rather than here.

  • Well, all this is for best performance. The opposite way is to add the above options for everyone, i.e. in slapos.git rather than here.

    ok, it was committed here: slapos@1f46a963, I revert this one.

  • mentioned in commit 5b301bba

    Toggle commit list
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