aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMemphis <memphis@machzwo.de>2011-07-22 21:41:50 +0200
committerMemphiz <memphis@machzwo.de>2011-07-22 22:46:03 +0200
commit8d2609290af533b89703a0612cd472efdea4b22c (patch)
tree5cf4322d0895b855986a0c8ba6f7d3acab1481c0 /lib
parente825052edf0a2a028ddc32bbf50ca353e7de58b6 (diff)
[fix] - force 64bit file io on linux - fixes crashing on lseek
Diffstat (limited to 'lib')
-rw-r--r--lib/libnfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libnfs/Makefile b/lib/libnfs/Makefile
index 425293b48c..aa4605f7ef 100644
--- a/lib/libnfs/Makefile
+++ b/lib/libnfs/Makefile
@@ -19,7 +19,7 @@ ARCHIVE_TOOL_FLAGS=xf
# configuration settings
#FIX THE PREFIX TO SOMETHING LOCAL IN XBMC - CONFIGURE HAS TO FIND IT!
-CONFIGURE=./configure --prefix=/usr
+CONFIGURE=./configure CFLAGS=-D_FILE_OFFSET_BITS=64 --prefix=/usr
SO_NAME=$(SOURCE)/lib/libnfs.so