summaryrefslogtreecommitdiffstats
path: root/rules/lrzsz.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-11-13 10:40:33 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-11-13 11:27:18 +0100
commit204f9315310937be7b1ce8b773dbdb200e26ddca (patch)
tree59c6443ebbcb2af4b05d0c2af069496815effb83 /rules/lrzsz.in
parente6f88245b65073bfe9d5eccf22e2a71e40042bfc (diff)
downloadptxdist-204f9315310937be7b1ce8b773dbdb200e26ddca.tar.gz
ptxdist-204f9315310937be7b1ce8b773dbdb200e26ddca.tar.xz
lrzsz: avoid libnsl dependency
libnsl is not actually needed on Linux. It's still used if found, so make sure it is not found. Otherwise it will be required if TARGET_LINKER_AS_NEEDED is not enabled. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lrzsz.in')
-rw-r--r--rules/lrzsz.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/lrzsz.in b/rules/lrzsz.in
index 8c2a61bd4..fc9752908 100644
--- a/rules/lrzsz.in
+++ b/rules/lrzsz.in
@@ -2,7 +2,6 @@
config LRZSZ
tristate
prompt "lrzsz"
- select LIBC_NSL
help
lrzsz is a unix communication package providing the XMODEM,
YMODEM and ZMODEM file transfer protocols. lrzsz is a heavily