mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
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:
parent
53b4296ab3
commit
16999e8800
@ -26,7 +26,8 @@
|
|||||||
strip_lto
|
strip_lto
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64" \
|
||||||
|
--host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=/usr/lib \
|
--libdir=/usr/lib \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user