wok rev 25654
Up ntfs-3g (2022.10.3) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 06 14:23:55 2024 +0000 (9 months ago) |
parents | 821e70f16e63 |
children | 5028a7b2661c |
files | ntfs-3g/receipt |
line diff
1.1 --- a/ntfs-3g/receipt Tue Feb 06 14:12:46 2024 +0000 1.2 +++ b/ntfs-3g/receipt Tue Feb 06 14:23:55 2024 +0000 1.3 @@ -14,7 +14,7 @@ 1.4 WGET_URL="https://github.com/tuxera/ntfs-3g/archive/refs/tags/$VERSION.tar.gz" 1.5 1.6 DEPENDS="attr fuse" 1.7 -BUILD_DEPENDS="attr-dev fuse-dev libtool util-linux-uuid-dev" 1.8 +BUILD_DEPENDS="attr-dev fuse-dev libtool util-linux-uuid-dev autoconf" 1.9 1.10 CONFIG_FILES="/etc/filesystems" 1.11 1.12 @@ -29,6 +29,7 @@ 1.13 compile_rules() 1.14 { 1.15 mkdir -p $DESTDIR/lib 1.16 + ./autogen.sh 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 --disable-static \