From 1723237a594674edeee635d5cdb2779022abc049 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:06:03 +0000 Subject: [PATCH] packages/luaposix: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40239 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/luaposix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0