wok rev 25812

ntfs-3g: enable posix acls
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 25 10:33:44 2025 +0000 (7 months ago)
parents f0b026f8d5c6
children 910d81c37795
files bzip3/receipt ntfs-3g/receipt
line diff
     1.1 --- a/bzip3/receipt	Fri Jan 17 16:05:26 2025 +0000
     1.2 +++ b/bzip3/receipt	Sat Jan 25 10:33:44 2025 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bzip3"
     1.7 -VERSION="1.4.0"
     1.8 +VERSION="1.5.1"
     1.9  CATEGORY="utilities"
    1.10  TAGS="compression archive"
    1.11  SHORT_DESC="High-quality data compressor."
     2.1 --- a/ntfs-3g/receipt	Fri Jan 17 16:05:26 2025 +0000
     2.2 +++ b/ntfs-3g/receipt	Sat Jan 25 10:33:44 2025 +0000
     2.3 @@ -34,6 +34,7 @@
     2.4  		--prefix=/usr		\
     2.5  		--disable-static	\
     2.6  		--with-fuse=internal	\
     2.7 +		--enable-posix-acls	\
     2.8  		--mandir=/usr/share/man	\
     2.9  		$CONFIGURE_ARGS &&
    2.10  	make &&