wok-6.x diff ntfs-3g/receipt @ rev 2327

slitaz-tools: tyny update (2.10.1) fro Cooking release
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 28 02:14:16 2009 +0100 (2009-02-28)
parents 583e8a023692
children 4e225981004f
line diff
     1.1 --- a/ntfs-3g/receipt	Tue Feb 17 15:06:24 2009 +0100
     1.2 +++ b/ntfs-3g/receipt	Sat Feb 28 02:14:16 2009 +0100
     1.3 @@ -14,6 +14,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/\terr = ntfs_open\(.*\);/\tntfs_log_clear_levels((u32) -1); if (err = ntfs_open\1) goto err2;/' \
     1.8 +		src/ntfs-3g.c
     1.9  	./configure --prefix=/usr \
    1.10  	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.11  	make