This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Hardcoded libpthread directory


On 03/17/2016 01:36 AM, Samuel Thibault wrote:
> Hello,
> 
> In glibc 2.23, malloc/Makefile contains:
> 
> ./malloc/Makefile:$(objpfx)tst-malloc-backtrace: $(common-objpfx)nptl/libpthread.so \
> 
> So this is actually hardcoding the directory containing libpthread.so,
> thus preventing build on systems which use another libpthread than nptl.
> 
> Shouldn't we introduce a variable to specify that directory?

Oops, right.  This should have been thread-library-agnostic.

I think other such variable definitions are in Makeconfig.

Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]