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:
Francois Perrad 2015-01-16 22:09:55 +01:00 committed by Peter Korsgaard
parent ac092550a5
commit 5487b26307
2 changed files with 5 additions and 21 deletions

View File

@ -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>

View File

@ -4,7 +4,11 @@
#
################################################################################
LUAFILESYSTEM_VERSION = 1.6.2-2
LUAFILESYSTEM_VERSION = 1.6.3-1
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))