wok-stable diff glibc/receipt @ rev 1950

tazndis, fix load_ndiswrapper
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 28 23:59:28 2008 +0100 (2008-12-28)
parents b1b0dea92d3d
children 4a057e1fc620
line diff
     1.1 --- a/glibc/receipt	Sat Oct 04 22:13:55 2008 +0000
     1.2 +++ b/glibc/receipt	Sun Dec 28 23:59:28 2008 +0100
     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 \