how to apply a patch to glibc and build it?

2009-10-11 Thread skar
; glibc_2.8~20080505-0ubuntu9.diff.gz glibc_2.8~20080505-0ubuntu9.dsc > glibc_2.8~20080505.orig.tar.gz The question is, how do I build glibc sources with my patch using the "debuild" command? cheers, skar. -- -- The life so short, the craft so long to learn. -- Ubuntu-devel-disc

Re: how to apply a patch to glibc and build it?

2009-10-13 Thread skar
Lars Wirzenius wrote: ma, 2009-10-12 kello 11:29 +0530, skar kirjoitti: The question is, how do I build glibc sources with my patch using the "debuild" command? This should work, if I remember correctly: apt-get source libc6 cd glibc-whatever debian/rules patch ... make yo

Re: how to apply a patch to glibc and build it?

2009-10-20 Thread skar
Lars Wirzenius wrote: > ma, 2009-10-12 kello 11:29 +0530, skar kirjoitti: > >> The question is, how do I build glibc sources with my patch using the >> "debuild" command? >> > This should work, if I remember correctly: > > apt-get source lib