--- perl-llin/Makefile.PL 2006/01/02 23:58:33 59 +++ perl-llin/Makefile.PL 2006/01/03 15:42:57 60 @@ -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(