wok-next diff glibc/receipt @ rev 9712

mousepad: fix missing build dep: startup-notification-dev
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 22:56:23 2011 +0200 (2011-05-08)
parents 14f4c5e142ff
children cefe5a63f9c0
line diff
     1.1 --- a/glibc/receipt	Tue Mar 15 01:41:33 2011 +0100
     1.2 +++ b/glibc/receipt	Sun May 08 22:56:23 2011 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  	cd $src
     1.5  
     1.6  	# Fix a bug that prevents Glibc from building with GCC-4.5.2:
     1.7 -	patch -Np1 -i ../stuff/glibc-2.13-gcc_fix-1.patch
     1.8 +	patch -Np1 -i $stuff/glibc-2.13-gcc_fix-1.patch
     1.9  
    1.10  	# Build in a separate directory.
    1.11  	mkdir ../glibc-build && cd ../glibc-build
    1.12 @@ -62,7 +62,7 @@
    1.13  	sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in
    1.14  
    1.15  	# Fix a bug that prevents Glibc from building with GCC-4.5.2:
    1.16 -	patch -Np1 -i ../stuff/glibc-2.13-gcc_fix-1.patch
    1.17 +	patch -Np1 -i $stuff/glibc-2.13-gcc_fix-1.patch
    1.18  
    1.19  	# Fix a stack imbalance that occurs under some conditions:
    1.20  	sed -i '195,213 s/PRIVATE_FUTEX/FUTEX_CLOCK_REALTIME/' \