Skip to content
Commit f2ac13e8 authored by Ben Hutchings's avatar Ben Hutchings
Browse files

hook-functions: copy_exec: Copy libgcc_s.so.0 along with libpthread.so



pthread_cancel() in libpthread.so.1 depends on functions in
libgcc_s.so.0, but uses dlopen() to link to it rather than having a
static dependency.  Handle this dynamic dependency in copy_exec so
that it doesn't have to be handled in every affected hook script.

Closes: #950254
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 1b28d253
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment