On 15/09/20 19:07, 罗勇刚(Yonggang Luo) wrote: > > Linux distributions generally do not want to have bundled libraries, so > > Yes, bundled libraries is a bad idea, but static linked library is > another case, that won't affect > the Linux distributions.
As far as Linux distributions are concerned, static linking is a case of bundling. Bundling means that, for example, any security issue will require rebuilding the package that does the bundling (this applies especially to slirp among the three that QEMU we bundles). Paolo