git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
371bf39
)
screen: remove leftover Makefile code
author
Jo-Philipp Wich
<redacted>
Sat, 27 Jun 2015 12:31:29 +0000
(14:31 +0200)
committer
Jo-Philipp Wich
<redacted>
Sat, 27 Jun 2015 12:31:29 +0000
(14:31 +0200)
Signed-off-by: Jo-Philipp Wich <redacted>
utils/screen/Makefile
patch
|
blob
|
history
diff --git
a/utils/screen/Makefile
b/utils/screen/Makefile
index 5879e37a60d671a7ffd6c37830cb7085e3dc342d..c7449bcd8cf9f4f35831475edeb8ba1bad7bfb5f 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT