aboutsummaryrefslogtreecommitdiffstats
path: root/package/lua
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-04-28 22:00:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-04-28 22:00:57 +0000
commit9d3a3c4595fb59fa06b474d75649c53a3e6729c5 (patch)
tree02a50fde4d456b3cbff098e0e1805b1b47a6722f /package/lua
parent4bfaf896cb3932fdb1269d01e6591cf755f460bc (diff)
downloadupstream-9d3a3c4595fb59fa06b474d75649c53a3e6729c5.tar.gz
upstream-9d3a3c4595fb59fa06b474d75649c53a3e6729c5.tar.bz2
upstream-9d3a3c4595fb59fa06b474d75649c53a3e6729c5.zip
fix lua cflags
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10971 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lua')
-rw-r--r--package/lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile
index debe6bff8e..2e1348f1c1 100644
--- 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 \
- MYCFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
+ CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
MYLDFLAGS="$(TARGET_LDFLAGS)" \
PKG_VERSION=$(PKG_VERSION) \
all linux