screen: remove leftover Makefile code

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich 2015-06-27 14:31:29 +02:00
parent 371bf39546
commit 474a5bf795
1 changed files with 0 additions and 4 deletions

View File

@ -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