oh one more fix, glibc does not build with gcc on alpha.
could you please do a %ifarch alpha BuildRequires: egcs
and %ifarch alpha CFLAGS="`/usr/bin/egcs-version`"
thx.
> -----Original Message-----
> From: Stefan van der Eijk [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 25, 2000 3:51 AM
> To: [EMAIL PROTECTED]; Boudjnah
> Cc: [EMAIL PROTECTED]
> Subject: [Cooker] fix: glibc
>
>
> Hi,
>
> Here's a simple fix for the following issue I encountered when compiling
> glibc on x86:
>
> File listed twice: /usr/share/zoneinfo/iso3166.tab
> File listed twice: /usr/share/zoneinfo/posixrules
>
> The diff removes these files from the %files section, because
> they are already listed in the rpm.filelist.
>
> Please, if possible, integrate into cooker.
>
> Thanks,
>
> Stefan