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]

Hardcoded libpthread directory


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?

Samuel


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