projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3fcb26
)
fix lua cflags
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Apr 2008 22:00:57 +0000
(22:00 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Apr 2008 22:00:57 +0000
(22:00 +0000)
SVN-Revision: 10971
package/lua/Makefile
patch
|
blob
|
history
diff --git
a/package/lua/Makefile
b/package/lua/Makefile
index debe6bff8e10447ef4efd0953a5aa8b209403463..2e1348f1c1e858b521631daa8cbedd32127912f3 100644
(file)
--- a/
package/lua/Makefile
+++ b/
package/lua/Makefile
@@
-94,7
+94,7
@@
define Build/Compile
AR="$(TARGET_CROSS)ar rcu" \
RANLIB="$(TARGET_CROSS)ranlib" \
INSTALL_ROOT=/usr \
-
MY
CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
+ CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
MYLDFLAGS="$(TARGET_LDFLAGS)" \
PKG_VERSION=$(PKG_VERSION) \
all linux