; 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
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
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