On Fri, Apr 04, 2008 at 04:03:01AM +0200, Michael Biebl wrote:
> I tried to compile the kernel module using m-a unsuccessfully:
> ...

Looks like an oversight on my side. Could you please change the module
Makefile by applying the attached patch and check again?

Thanks.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!
--- /usr/src/modules/virtualbox-ose/debian/rules	2008-04-02 12:07:00.000000000 +0200
+++ technik/sources/archive/pkg-virtualbox/trunk/debian/virtualbox-ose-source.files/rules	2008-04-04 10:16:20.000000000 +0200
@@ -37,6 +37,9 @@
 
 # Set ARCH so we can cross compile Debian kernel
 ARCH := `uname -m`
+ifneq ($(shell echo $(ARCH) | grep 86), )
+        ARCH := i386
+endif
 ifneq ($(shell echo $(KVERS) | grep 86), )
 	ARCH := i386
 endif

Reply via email to