CRaC / criu

Other
28 stars 10 forks source link

Make all dependencies non-optional/remove #7

Open rvansa opened 1 year ago

rvansa commented 1 year ago

Currently the build checks for libbsd and libnftables development files in the build environment and if these are present the binary depends on the libraries. This creates some trouble if built in one environment and executed in another.

Let's do one of the possibilities below: 1) Never depend on those (regardless if present in the system) 2) Link to those libraries statically 3) Always depend on those

Based on https://github.com/CRaC/container-images/pull/4#issuecomment-1556909409 1) or 2) would be the correct option, and 1) is certainly less work.

jankratochvil commented 1 year ago

Fix docker image missing shared libraries #11