Parcourir la source

screen: remove leftover Makefile code

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Jo-Philipp Wich il y a 9 ans
Parent
révision
474a5bf795
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0
    4
      utils/screen/Makefile

+ 0
- 4
utils/screen/Makefile Voir le fichier

@@ -40,10 +40,6 @@ define Build/Configure
40 40
 	)
41 41
 	# XXX: memmove() works well with overlapped memory areas
42 42
 	echo "#define USEMEMMOVE 1" >>$(PKG_BUILD_DIR)/config.h
43
-  ifeq ($(CONFIG_USE_MUSL),y)
44
-	# XXX: assume a working getlogin() for musl
45
-	echo "#undef BUGGYGETLOGIN" >>$(PKG_BUILD_DIR)/config.h
46
-  endif
47 43
 endef
48 44
 
49 45
 define Package/screen/install