added -D_FILE_OFFSET_BITS=64 need for FreeBSD compilation
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 3 Jan 2006 15:42:57 +0000 (15:42 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 3 Jan 2006 15:42:57 +0000 (15:42 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@60 6e4b0b00-1209-0410-87b2-b275959b5705

Makefile.PL

index 79eae10..8148d61 100644 (file)
@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
 # 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(