# HG changeset patch # User Pascal Bellard # Date 1707229435 0 # Node ID 39bad6014f66d06467daf75b22299aa5c6ddc1df # Parent 821e70f16e6340216a298c77932a748cc3c6a57d Up ntfs-3g (2022.10.3) again diff -r 821e70f16e63 -r 39bad6014f66 ntfs-3g/receipt --- a/ntfs-3g/receipt Tue Feb 06 14:12:46 2024 +0000 +++ b/ntfs-3g/receipt Tue Feb 06 14:23:55 2024 +0000 @@ -14,7 +14,7 @@ WGET_URL="https://github.com/tuxera/ntfs-3g/archive/refs/tags/$VERSION.tar.gz" DEPENDS="attr fuse" -BUILD_DEPENDS="attr-dev fuse-dev libtool util-linux-uuid-dev" +BUILD_DEPENDS="attr-dev fuse-dev libtool util-linux-uuid-dev autoconf" CONFIG_FILES="/etc/filesystems" @@ -29,6 +29,7 @@ compile_rules() { mkdir -p $DESTDIR/lib + ./autogen.sh ./configure \ --prefix=/usr \ --disable-static \