wok diff compcache/receipt @ rev 6857

Up: coreutils to 8.6.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 20 11:34:25 2010 +0000 (2010-10-20)
parents 5716a37ccf43
children d6292cae5538
line diff
     1.1 --- a/compcache/receipt	Tue May 18 08:24:32 2010 -0400
     1.2 +++ b/compcache/receipt	Wed Oct 20 11:34:25 2010 +0000
     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