Package: shfs-source
Version: 0.35-3
Severity: minor
Tags: patch

Please consider the following patch which will allow compilation
with ccache. Without the patch:

dh_testdir
dh_testroot
dh_clean -k
env MODVERSIONS=detect make -C Linux-2.6 
KERNEL_SOURCES=/home/madduck/debian/build/kernel/build/wing-2.6.12/kernel 
KERNEL=linux-2.6.12-wing CC=ccache gcc
make[3]: Entering directory 
`/home/madduck/debian/build/kernel/build/wing-2.6.12/modules/shfs/Linux-2.6'
make[3]: *** No rule to make target `gcc'.  Stop.

--- debian/rules.orig 2005-07-09 10:43:52.034630864 +0200
+++ debian/rules  2005-07-09 10:41:28.218247784 +0200
@@ -29,7 +29,7 @@
  dh_testdir
  dh_testroot
  dh_clean -k
- env MODVERSIONS=detect make -C Linux-$(MAJOR) KERNEL_SOURCES=$(KSRC) 
KERNEL=linux-$(KVERS) CC=$(CC)
+ env MODVERSIONS=detect make -C Linux-$(MAJOR) KERNEL_SOURCES=$(KSRC) 
KERNEL=linux-$(KVERS) CC="$(CC)"
  install -m644 -D Linux-$(MAJOR)/shfs.$(KO)o 
$(CURDIR)/debian/$(PKGNAME)/lib/modules/$(KVERS)/shfs/shfs.$(KO)o
  dh_installdocs
  dh_installchangelogs

-- 
 .''`.     martin f. krafft <[EMAIL PROTECTED]>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
i must confess, I was born at a very early age.
                                                       -- groucho marx

Attachment: signature.asc
Description: Digital signature

Reply via email to