X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/eeed6076b93adcb888fdad24c5d4d52e134c4622..544232b227971ead225e37e1e42ac2a2eeef2d7a:/package/lua/Makefile diff --git a/package/lua/Makefile b/package/lua/Makefile index ae6206d3b..2e1348f1c 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -53,7 +53,7 @@ endef define Package/lua $(call Package/lua/Default) - DEPENDS:=+liblua +libreadline +libncurses + DEPENDS:=+liblua TITLE+= (interpreter) endef @@ -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