> If mklibs is called with both --root and --sysroot specified, and> for a
> library found in rpath, mklibs searches this library in
> // which is an invalid path. Since
> already points to an absolute directory on host, we should not
> add prefix to it. Here is a mklibs patch for this issue.
[Please CC me on any responses]
When using mklibs on a simple test application I encountered the following error
when mklibs attempts to build a reduced librt.so:
/usr/lib64/libpthread_nonshared.a(pthread_atfork.oS): relocation R_X86_64_PC32
against undefined hidden symbol `__dso_handle' can not
Package: mklibs
Version: 0.12
Tags: patch
The "--sysroot SYSROOT" option preappends SYSROOT to all library paths,
but the "--root RPATHROOT" option preappends RPATHROOT to all rpath
searches. If these flags are used together rpaths have 2 absolutes roots
preappended to them: //, which doesn't make
3 matches
Mail list logo