commit 474a5bf7955646c7c862948f99f50fbfd2e4f966
parent 371bf3954680bac23a32ead2194c579bdc78f537
Author: Jo-Philipp Wich <jow@openwrt.org>
Date: Sat, 27 Jun 2015 14:31:29 +0200
screen: remove leftover Makefile code
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/utils/screen/Makefile b/utils/screen/Makefile
@@ -40,10 +40,6 @@ define Build/Configure
)
# XXX: memmove() works well with overlapped memory areas
echo "#define USEMEMMOVE 1" >>$(PKG_BUILD_DIR)/config.h
- ifeq ($(CONFIG_USE_MUSL),y)
- # XXX: assume a working getlogin() for musl
- echo "#undef BUGGYGETLOGIN" >>$(PKG_BUILD_DIR)/config.h
- endif
endef
define Package/screen/install