diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-12 18:23:49 +0100 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-12 20:52:37 +0100 |
commit | 98be2ca3e0d365d8f1150987cedb145360de582f (patch) | |
tree | c3ff1ac6a02d0b4bdadffca606f5a4a8c6dc71b2 /lang/luaposix/Makefile | |
parent | 522e047be2663893e2b46a51eb54e357548bc3a2 (diff) |
global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'lang/luaposix/Makefile')
-rw-r--r-- | lang/luaposix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/luaposix/Makefile b/lang/luaposix/Makefile index dd4a05671..40cddc054 100644 --- a/lang/luaposix/Makefile +++ b/lang/luaposix/Makefile @@ -42,7 +42,7 @@ CONFIGURE_VARS += ac_cv_path_LDOC="" 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 |