wok-6.x diff valgrind/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents 9760c1c80a57
children 0b4cf0d9e1b5
line diff
     1.1 --- a/valgrind/receipt	Thu Jul 22 08:02:40 2010 +0200
     1.2 +++ b/valgrind/receipt	Thu Dec 16 17:16:06 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="valgrind"
     1.7 -VERSION="3.5.0"
     1.8 +VERSION="3.6.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Memory debugger and profiler."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -21,7 +21,7 @@
    1.13  	
    1.14  	# Fix build with glibc 2.11
    1.15  	#http://www.linuxfromscratch.org/patches/downloads/valgrind/valgrind-3.5.0-glibc-2.11.patch
    1.16 -	patch -p1 < ../stuff/valgrind-3.5.0-glibc211.u || exit 1
    1.17 +	patch -p1 < ../stuff/valgrind-3.6.0-glibc211.u || exit 1
    1.18  	autoconf
    1.19  	
    1.20  	./configure \