wok diff valgrind/receipt @ rev 9530

Up: atkmm to 2.22.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 07 23:22:57 2011 +0000 (2011-04-07)
parents 0b4cf0d9e1b5
children f4c4a3ce96cc
line diff
     1.1 --- a/valgrind/receipt	Mon Feb 14 19:09:46 2011 +0100
     1.2 +++ b/valgrind/receipt	Thu Apr 07 23:22:57 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="valgrind"
     1.7 -VERSION="3.6.0"
     1.8 +VERSION="3.6.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Memory debugger and profiler."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -13,15 +13,11 @@
    1.13  WGET_URL="http://valgrind.org/downloads/$TARBALL"
    1.14  TAGS="profiler"
    1.15  
    1.16 -
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21 -	
    1.22 -	# Fix build with glibc 2.11
    1.23 -	#http://www.linuxfromscratch.org/patches/downloads/valgrind/valgrind-3.5.0-glibc-2.11.patch
    1.24 -	patch -p1 < ../stuff/valgrind-3.6.0-glibc211.u || return 1
    1.25 +
    1.26  	autoconf
    1.27  	
    1.28  	./configure \