Skip to content
Snippets Groups Projects
Commit 161ad9e4 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

libcapsule is a library used to implement proxying/shim libraries

The generated shim libraries (libz and libGL are included as examples)
provide the same symbols as the target library but do not expose the
symbols from their dependencies to other objects that link to them.

They are also capable of using a filesystem tree starting somwhere
other than / to get the dependencies for the target.

Included are tools to help generate said proxy libraries with minimal
manual intervention.
parents
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