Browse Source

screen: remove leftover Makefile code

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
lilik-openwrt-22.03
Jo-Philipp Wich 9 years ago
parent
commit
474a5bf795
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      utils/screen/Makefile

+ 0
- 4
utils/screen/Makefile 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


Loading…
Cancel
Save