X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6a74025efdb7e8522390a7fe053f79200f384a85..1f33474d08d021d86cccf8b9bd0dff9f3bb4cdcf:/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" \