summaryrefslogtreecommitdiffstats
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
commit19cb0b369307d45b9fc49ca1e6ad3762e95109d8 (patch)
treec33dd533966398cd4aaec6b2ca277e6300fe2ae8
parentc3fcb26d476e927350a733a445eae026906baed4 (diff)
downloadmaster-31e0f0ae-19cb0b369307d45b9fc49ca1e6ad3762e95109d8.tar.gz
master-31e0f0ae-19cb0b369307d45b9fc49ca1e6ad3762e95109d8.tar.bz2
master-31e0f0ae-19cb0b369307d45b9fc49ca1e6ad3762e95109d8.zip
fix lua cflags
SVN-Revision: 10971
-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