screen: remove leftover Makefile code
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
371bf39546
commit
474a5bf795
1 changed files with 0 additions and 4 deletions
|
@ -40,10 +40,6 @@ define Build/Configure
|
||||||
)
|
)
|
||||||
# XXX: memmove() works well with overlapped memory areas
|
# XXX: memmove() works well with overlapped memory areas
|
||||||
echo "#define USEMEMMOVE 1" >>$(PKG_BUILD_DIR)/config.h
|
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
|
endef
|
||||||
|
|
||||||
define Package/screen/install
|
define Package/screen/install
|
||||||
|
|
Loading…
Reference in a new issue