I have downloaded the source by adding entry in /etc/apt/source.list and executing apt-get install glibc-source.
I have extracted all bz2 archives in /usr/src/glibc by executing tar xjvf.
But how to apply all the patches in “patches” folder. Is there a specific command or script? Or do I have to execute patch command each diff file manually?
Thanks
This looks like an x-y-problem. You want to solve x and you think that you therefore need to solve y, so you ask for y. But maybe y isn’t needed? Could you tell us what you really want?
For debugging, I needed the pthread mutex source. I’m using pthread library for arm from lenny. After downloading the glibc-source, I saw few archives and a patches folder. I was lost on how to use them. However, after some deliberation, figured out myself. Now, I’m good with applying patches. This was my ‘y’!