From: Felix Fietkau Date: Mon, 28 Apr 2008 22:00:57 +0000 (+0000) Subject: fix lua cflags X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=19cb0b369307d45b9fc49ca1e6ad3762e95109d8;p=librecmc%2Flibrecmc.git fix lua cflags SVN-Revision: 10971 --- 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