projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4cdcc3
)
luafilesystems: unbreak builds with largefile support
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 29 Aug 2010 21:36:46 +0000
(23:36 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 29 Aug 2010 21:36:46 +0000
(23:36 +0200)
A typo was introduced in
e6c4ce6c
(luafilesystem: remove LARGE_FILE
constraint), breaking the build when largefile support was enabled.
Reported-by: Marcus Osdoba <marcus.osdoba@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/luafilesystem/luafilesystem.mk
patch
|
blob
|
history
diff --git
a/package/luafilesystem/luafilesystem.mk
b/package/luafilesystem/luafilesystem.mk
index e6887341425c11ee2b0970b412d42389fc83760c..5f1119a630604f9afd702370e9da26a5236440f8 100644
(file)
--- a/
package/luafilesystem/luafilesystem.mk
+++ b/
package/luafilesystem/luafilesystem.mk
@@
-9,7
+9,7
@@
LUAFILESYSTEM_SITE = http://github.com/downloads/keplerproject/luafilesystem
LUAFILESYSTEM_DEPENDENCIES = lua
ifeq ($(BR2_LARGEFILE),y)
-LFS_CFLAGS = -D_FILE_OFFSET_BITS=64 _LARGEFILE64_SOURCE
+LFS_CFLAGS = -D_FILE_OFFSET_BITS=64
-D
_LARGEFILE64_SOURCE
endif
define LUAFILESYSTEM_BUILD_CMDS