mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #6863 from heitbaum/zip-lfs
zip: fix LARGE_FILE_SUPPORT check
This commit is contained in:
commit
d057396ad7
@ -12,6 +12,7 @@ PKG_LONGDESC="A compression and file packaging utility."
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
CFLAGS+=" -DLARGE_FILE_SUPPORT"
|
||||
make CC=${CC} CPP=${CPP} RANLIB=${RANLIB} AR=${AR} STRIP=${STRIP} LOCAL_ZIP="${CFLAGS}" \
|
||||
-f unix/Makefile generic
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user