Re: [PATCH] libpthread: fix compatibility as addon with glibc 2.16
Applied, thanks. Samuel
[PATCH] libpthread: fix compatibility as addon with glibc 2.16
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 <