On Thu, Jan 22, 2026 at 07:04:58PM +0100, Helg wrote:
> This patch enables building lowntfs-3g. This wasn't previously possible 
> because it depends on the low-level FUSE API, but that API is now 
> available in our libfuse. lowntfs-3g is an additional binary installed 
> alongside ntfs-3g that might provide better performance. The other 
> difference between it and ntfs-3g is that it supports the "ignore_case" 
> option.
> 
> The upstream version has not changed so add a revision.
> 
> ok?

lowntfs-3g seems to work in my basic & kinda artificial tests.  To
signal users that this port requires the latest libfuse.so you could
do:

-WANTLIB += c execinfo uuid fuse pthread
+WANTLIB += c execinfo uuid fuse>=4 pthread

Your call.  cc'ing $MAINTAINER in case here has spare cpu cycles (hi
Paul!).  ok jca@

-- 
jca

Reply via email to