From: Francois Perrad Date: Wed, 24 Dec 2014 09:10:35 +0000 (+0100) Subject: luafilesystem: rename patch to the new convention X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3c5622a750f152f63004c02dd036a5d317d7301;p=buildroot.git luafilesystem: rename patch to the new convention Signed-off-by: Francois Perrad Signed-off-by: Thomas Petazzoni --- diff --git a/package/luafilesystem/0001-without_large_file.patch b/package/luafilesystem/0001-without_large_file.patch new file mode 100644 index 0000000000..5b24b991c3 --- /dev/null +++ b/package/luafilesystem/0001-without_large_file.patch @@ -0,0 +1,20 @@ +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 + #include diff --git a/package/luafilesystem/luafilesystem-without_large_file.patch b/package/luafilesystem/luafilesystem-without_large_file.patch deleted file mode 100644 index 5b24b991c3..0000000000 --- a/package/luafilesystem/luafilesystem-without_large_file.patch +++ /dev/null @@ -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 - #include