Package: nozomi-source
Version: 2.0-1
Severity: normal

The Makefile provided by upstream sources uses:

  KDIR:=/lib/modules/$(shell uname -r)/build

whereas debian/rules uses:

  $(MAKE) -C $(CURDIR) KERNEL_VERSION=$(KVERS) KERNELDIR=$(KSRC)

AFAICS this is responsible for not being able to compile the module
against a kernel which does not respond to the currently running
one. Adding 'KDIR=$(KSRC)' to the debian/rules-line should fix the
problem.

regards,
-mika-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to