4 Commits

Author SHA1 Message Date
Michal Cieslakiewicz
efbe8cf124 ap/slirp4netns: updated to version 1.1.8.
Part of big container framework update.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2021-01-04 14:38:48 +01:00
Michal Cieslakiewicz
20c2aa658b All scripts: substitute proper variable to "-march=" for "native".
Fix compilation flag for default selection so proper $MARCH variable
is substituted instead of $ARCH.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-06-04 22:05:28 +02:00
Michal Cieslakiewicz
6a79aff5b8 All scripts: change default MARCH to "native".
Treewide change of default MARCH from "sandybridge" (the arch I compile on)
to "native" to better fit other CPU architectures.

Note to Intel Sandy Bridge users: "-march=native" compilation enables "-maes";
this flag was off for "-march=sandybridge" due to AES being apparently not
supported until microcode update. So if you do not have a recent microcode
from Intel loaded early at boot, stick to "-march=sandybridge".

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-06-04 10:44:54 +02:00
Michal Cieslakiewicz
4e396037a8 ap/slirp4netns added.
Required by podman components.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-05-27 23:01:50 +02:00