wok-next diff compcache/receipt @ rev 5893

compcache: fix build with kernel 2.6.34
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jul 22 23:03:19 2010 +0200 (2010-07-22)
parents 5716a37ccf43
children d6292cae5538
line diff
     1.1 --- a/compcache/receipt	Tue May 18 08:24:32 2010 -0400
     1.2 +++ b/compcache/receipt	Thu Jul 22 23:03:19 2010 +0200
     1.3 @@ -20,6 +20,10 @@
     1.4          tazwok cook linux
     1.5      fi
     1.6      cd $src
     1.7 +    
     1.8 +    # Fix build with kernel 2.6.34
     1.9 +    patch -p1 < ../stuff/compcache-0.6.2-linux-2.6.34.u || exit 1
    1.10 +    
    1.11      find -name Makefile | xargs sed -i \
    1.12  		"s|/lib/modules/\$(shell uname -r)/build|$WOK/linux/linux-$KERNEL_VERSION|"
    1.13      make  KBUILD=$WOK/linux/linux-$KERNEL_VERSION KVER=$KERNEL_VERSION