wok rev 17540

ntfs-3g: internal fuse
author Richard Dunbar <mojo@slitaz.org>
date Sun Jan 25 11:05:22 2015 -0500 (2015-01-25)
parents 41c168a2c10f
children 6f6cfd05b392
files ntfs-3g/receipt
line diff
     1.1 --- a/ntfs-3g/receipt	Sun Jan 25 14:19:52 2015 +0100
     1.2 +++ b/ntfs-3g/receipt	Sun Jan 25 11:05:22 2015 -0500
     1.3 @@ -22,7 +22,7 @@
     1.4  	cd $src
     1.5  	./configure --prefix=/usr \
     1.6  	--disable-static \
     1.7 -	--with-fuse=external \
     1.8 +	--with-fuse=internal \
     1.9  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make DESTDIR=$DESTDIR install