diff --git a/lang/luaposix/Makefile b/lang/luaposix/Makefile index 46cb21183..726921ebc 100644 --- a/lang/luaposix/Makefile +++ b/lang/luaposix/Makefile @@ -37,7 +37,7 @@ endef TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99 -ifneq ($(CONFIG_USE_EGLIBC),) +ifneq ($(CONFIG_USE_EGLIBC),) ifeq ($(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),) TARGET_CFLAGS += -DNO_GETLOGIN endif