X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6a74025efdb7e8522390a7fe053f79200f384a85..4462a9c1f07bfa23d5fb522ca67fd75c4d167f3b:/package/lua/Makefile diff --git a/package/lua/Makefile b/package/lua/Makefile index aff52c3f2..afd599a37 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -86,6 +85,12 @@ endef TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) +ifneq ($(CONFIG_USE_EGLIBC),) + ifeq ($(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),) + TARGET_CFLAGS += -DNO_GETLOGIN + endif +endif + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CROSS)gcc" \