wok rev 5333

glibc: dont use configparms (Thanks Alexander)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 25 21:47:06 2010 +0200 (2010-04-25)
parents dfd1d4aebe25
children aa114bc3d0e1
files glibc/receipt
line diff
     1.1 --- a/glibc/receipt	Sun Apr 25 20:58:12 2010 +0200
     1.2 +++ b/glibc/receipt	Sun Apr 25 21:47:06 2010 +0200
     1.3 @@ -23,7 +23,7 @@
     1.4  	# to the source tree to keep $src and $_pkg for genpkg.
     1.5  	mkdir -p ../$PACKAGE-$VERSION/_pkg/etc
     1.6  	touch ../$PACKAGE-$VERSION/_pkg/etc/ld.so.conf
     1.7 -	echo "CFLAGS += -march=i486 -mtune=native -O3 -pipe" > configparms
     1.8 +	#echo "CFLAGS += -march=i486 -mtune=native -O3 -pipe" > configparms
     1.9  	../$PACKAGE-$VERSION/configure \
    1.10  		--prefix=/usr \
    1.11  		--infodir=/usr/share/info \