Skip to content
Snippets Groups Projects
Commit faf3daa9 authored by Simon McVittie's avatar Simon McVittie
Browse files

WIP: capture-libs: Treat unversioned libraries as in indeterminate order

On at least Debian, Ubuntu and Manjaro, libgcc_s.so.1 is a regular
file, not a symlink to a versioned name (libgcc_s.so.1.2.3) like most
shared libraries. However, on Fedora 30 it is a symlink to a versioned
name like libgcc_s-9-20190827.so.1.

This can cause problems if a Debian-derived container is used on a Fedora
host, with host graphics drivers.

TODO: it isn't clear whether this change makes any practical difference,
because strverscmp("libgcc_s.so.1", "libgcc_s-9-20190827.so.1") == 0
anyway.
parent ff58ab9f
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment