aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/lua
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-26 10:58:52 +0000
committerJohn Crispin <john@openwrt.org>2015-03-26 10:58:52 +0000
commitb1e19ee44500ccfd47e5ec24996f7c9c49c1cbe1 (patch)
treeaabb6787703759234aa24b39b7936834d4888d35 /package/utils/lua
parenteadb51fa98d060a0f708fdf3382cc9eabf960952 (diff)
downloadupstream-b1e19ee44500ccfd47e5ec24996f7c9c49c1cbe1.tar.gz
upstream-b1e19ee44500ccfd47e5ec24996f7c9c49c1cbe1.tar.bz2
upstream-b1e19ee44500ccfd47e5ec24996f7c9c49c1cbe1.zip
lua: fix eglibc reference
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45013
Diffstat (limited to 'package/utils/lua')
-rw-r--r--package/utils/lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/lua/Makefile b/package/utils/lua/Makefile
index e40188ed9e..72d56316b4 100644
--- a/package/utils/lua/Makefile
+++ b/package/utils/lua/Makefile
@@ -93,7 +93,7 @@ endef
TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99
-ifneq ($(CONFIG_USE_EGLIBC),)
+ifneq ($(CONFIG_USE_GLIBC),)
ifeq ($(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),)
TARGET_CFLAGS += -DNO_GETLOGIN
endif