libnfs: compile with Large File Support

See: https://github.com/sahlberg/libnfs/issues/16#issuecomment-2746453

Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
This commit is contained in:
Andrew Fyfe 2011-11-25 23:49:33 +00:00
parent 53b4296ab3
commit 16999e8800

View File

@ -26,7 +26,8 @@
strip_lto
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
./configure CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64" \
--host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--libdir=/usr/lib \