toolchain/glibc: remove obsolete versions
[openwrt/openwrt.git] / package / utils / lua / Makefile
index e741fd19e39bb776d6ab8fd4ab96f84313048437..cf2d8877fd255f1447cdfff129e2270df20ab3d5 100644 (file)
@@ -93,12 +93,6 @@ endef
 
 TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99
 
-ifneq ($(CONFIG_USE_GLIBC),)
-  ifeq ($(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),)
-    TARGET_CFLAGS += -DNO_GETLOGIN
-  endif
-endif
-
 define Build/Compile
        $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
                CC="$(TARGET_CROSS)gcc" \