From 19cb0b369307d45b9fc49ca1e6ad3762e95109d8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 28 Apr 2008 22:00:57 +0000 Subject: fix lua cflags SVN-Revision: 10971 --- package/lua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/lua') 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 -- cgit v1.2.3