mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
luafilesystem: bump to version 1.6.3
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ac092550a5
commit
5487b26307
@ -1,20 +0,0 @@
|
|||||||
Index: b/luafilesystem-1.6.2/src/lfs.c
|
|
||||||
===================================================================
|
|
||||||
--- a/luafilesystem-1.6.2/src/lfs.c
|
|
||||||
+++ b/luafilesystem-1.6.2/src/lfs.c
|
|
||||||
@@ -22,13 +22,13 @@
|
|
||||||
|
|
||||||
#ifndef _WIN32
|
|
||||||
#ifndef _AIX
|
|
||||||
-#define _FILE_OFFSET_BITS 64 /* Linux, Solaris and HP-UX */
|
|
||||||
+//#define _FILE_OFFSET_BITS 64 /* Linux, Solaris and HP-UX */
|
|
||||||
#else
|
|
||||||
#define _LARGE_FILES 1 /* AIX */
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
-#define _LARGEFILE64_SOURCE
|
|
||||||
+//#define _LARGEFILE64_SOURCE
|
|
||||||
|
|
||||||
#include <errno.h>
|
|
||||||
#include <stdio.h>
|
|
@ -4,7 +4,11 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LUAFILESYSTEM_VERSION = 1.6.2-2
|
LUAFILESYSTEM_VERSION = 1.6.3-1
|
||||||
LUAFILESYSTEM_LICENSE = MIT
|
LUAFILESYSTEM_LICENSE = MIT
|
||||||
|
LUAFILESYSTEM_SUBDIR = luafilesystem
|
||||||
|
ifneq ($(BR2_LARGEFILE),y)
|
||||||
|
LUAFILESYSTEM_BUILD_OPTS += CFLAGS="$(LUAROCKS_CFLAGS) -DLFS_DO_NOT_USE_LARGE_FILE"
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(luarocks-package))
|
$(eval $(luarocks-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user