On Wed, Feb 20, 2013 at 07:19:08PM +0100, Tobias Powalowski wrote: > Am 20.02.2013 19:13, schrieb Ionut Biru: > > On 02/20/2013 07:50 PM, Tobias Powalowski wrote: > >> Hi, > >> I built the kernel, now there are issues with nvidia, lirc and propably > >> other binary modules, > >> Do you want the kernel already in testing or should I place it somewhere > >> else for the maintainers of the modules? > >> > >> greetings > >> tpowa > >> > > Hi, > > > > Just place it in staging. > > > Done, please all maintainers grab 3.8.0 from staging and try to build > your modules against it. > > Thanks > greetings > tpowa > > -- > Tobias Powalowski > Archlinux Developer & Package Maintainer (tpowa) > http://www.archlinux.org > [email protected] > >
here a simple patch for the nvidia drivers for 3.8 -- Ike
--- kernel/conftest.sh.orig
+++ kernel/conftest.sh
@@ -160,6 +160,7 @@ build_cflags() {
if [ "$ARCH" = "i386" -o "$ARCH" = "x86_64" ]; then
CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include"
+ CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include/uapi"
CFLAGS="$CFLAGS -I$OUTPUT/arch/x86/include/generated"
CFLAGS="$CFLAGS -I$OUTPUT/arch/x86/include/generated/uapi"
elif [ "$ARCH" = "arm" ]; then
pgpM0EoKMadQl.pgp
Description: PGP signature

