Re: [PATCH] libpthread: fix compatibility as addon with glibc 2.16

2012-11-24 Thread Samuel Thibault
Applied, thanks. Samuel

[PATCH] libpthread: fix compatibility as addon with glibc 2.16

2012-11-16 Thread Pino Toscano
Hi, since 2.16, glibc dropped support for any binary format other than ELF; the removal of the 'elf' variable causes libpthread.so to not link, since ld.so is not passed to the linking line. The attached patch defines elf to yes if not defined, allowing to keep compatibility also with glibc <