From: Gabor Juhos Date: Thu, 27 Mar 2014 07:06:03 +0000 (+0000) Subject: packages/luaposix: fix whitespaces X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5367b459e2bf2f22103a0a60579769d2ef8c0239;p=openwrt%2Fsvn-archive%2Fpackages.git packages/luaposix: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40239 --- 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