projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cc9391
)
fix lua compile configuration error
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 May 2008 17:48:26 +0000
(17:48 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 May 2008 17:48:26 +0000
(17:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11047
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/lua/Makefile
patch
|
blob
|
history
diff --git
a/package/lua/Makefile
b/package/lua/Makefile
index
2e1348f
..
30eac84
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" \
This page took
0.024699 seconds
and
4
git commands to generate.