From jajcus at pld.org.pl Sat Jan 3 19:43:32 2004 From: jajcus at pld.org.pl (Jacek Konieczny) Date: Sat, 3 Jan 2004 19:43:32 +0100 Subject: SPECS: lwp.spec (HEAD) In-Reply-To: References: Message-ID: <20040103184331.GA29134@nic.nigdzie> On Sat, Jan 03, 2004 at 06:52:57PM +0100, aredridel wrote: > Module name: SPECS > Changes by: aredridel 04/01/03 18:52:55 > > Modified files: > lwp.spec > > Log message: > - fix build against glibc-kernel-headers ... > +BuildRequires: kernel-headers ... > -%configure > +%configure CFLAGS='-O2 -I/usr/src/linux/include' Does that package contain kernel modules or userspace program/library? If it is not a module, that it should not require kernel-header, but should be fixed to build with glibc-kernel-headers (even by including some kernel headers in source) or glibc-kernel-headers should be fixed so this package compiles. Greets, Jacek