projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8639678
)
fix lua compile configuration error
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 4 May 2008 17:48:26 +0000
(17:48 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 4 May 2008 17:48:26 +0000
(17:48 +0000)
SVN-Revision: 11047
package/lua/Makefile
patch
|
blob
|
history
diff --git
a/package/lua/Makefile
b/package/lua/Makefile
index 2e1348f1c1e858b521631daa8cbedd32127912f3..30eac84cc7f51a730692b192ee83f5c4a4766e91 100644
(file)
--- a/
package/lua/Makefile
+++ b/
package/lua/Makefile
@@
-87,6
+87,8
@@
endef
define Build/Configure
endef
+TARGET_CFLAGS += -DLUA_USE_LINUX
+
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CROSS)gcc" \