--- perl/trunk/Makefile.PL 2006/01/02 22:59:04 63 +++ perl/trunk/Makefile.PL 2006/01/03 14:43:34 64 @@ -2,7 +2,7 @@ # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. -my $inc = `pkg-config --cflags` || '-I ../include'; +my $inc = `pkg-config --cflags` || '-I ../include -D_FILE_OFFSET_BITS=64'; my $obj = `pkg-config --libs fuse` || '-lfuse'; WriteMakefile(