wok diff glibc/receipt @ rev 2280

mysql: fix build_depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 19 10:57:51 2009 +0000 (2009-02-19)
parents b1b0dea92d3d
children 4a057e1fc620
line diff
     1.1 --- a/glibc/receipt	Sat Oct 04 22:13:55 2008 +0000
     1.2 +++ b/glibc/receipt	Thu Feb 19 10:57:51 2009 +0000
     1.3 @@ -22,8 +22,8 @@
     1.4  	cd glibc-build
     1.5  	# Install in the build tree and then move all files
     1.6  	# to the source tree to keep $src and $_pkg for genpkg.
     1.7 -	mkdir -p _pkg/etc
     1.8 -	touch _pkg/etc/ld.so.conf
     1.9 +	mkdir -p ../$PACKAGE-$VERSION/_pkg/etc
    1.10 +	touch ../$PACKAGE-$VERSION/_pkg/etc/ld.so.conf
    1.11  	echo "CFLAGS += -march=i486" > configparms
    1.12  	../$PACKAGE-$VERSION/configure \
    1.13  		--prefix=/usr \